Accusoft.ImagXpressSdk Namespace > ImageXView Class : MonitorProfileName Property |
'Declaration <BrowsableAttribute(False)> <DescriptionAttribute("This property supplies the monitor’s profile filename.")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> Public Property MonitorProfileName As String
'Usage Dim instance As ImageXView Dim value As String instance.MonitorProfileName = value value = instance.MonitorProfileName
[Browsable(false)] [Description("This property supplies the monitor’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public string MonitorProfileName {get; set;}
[Browsable(false)] [Description("This property supplies the monitor’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: __property string* get_MonitorProfileName(); public: __property void set_MonitorProfileName( string* value );
[Browsable(false)] [Description("This property supplies the monitor’s profile filename.")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [DefaultValue()] public: property String^ MonitorProfileName { String^ get(); void set ( String^ value); }
The default value is an empty string "".
Note: Available in Professional edition.