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