MonitorName Property
Summary
Gets or sets the name of the monitor.
Syntax
public string MonitorName { get; set; }
Public Property MonitorName As String
public:
property String^ MonitorName {
String^ get();
void set ( String^ );
}
Property Value
The monitor name.