Gets and sets the file name of the monitor's color management profile.
public string MonitorProfile {get; set;}
public: __property string* get_MonitorProfile();
public: __property void set_MonitorProfile(
string* value
);
'Declaration
Public Property MonitorProfile As String
'Usage
Dim instance As Icm
Dim value As String
instance.MonitorProfile = value
value = instance.MonitorProfile
Property Value
A string value which represents the filename of the monitor's color management profile.