Share via


MonitoringState.MonitorDescription Property

 

Applies To: Operations Manager for System Center 2012

Gets the description of the monitor associated with the monitoring state.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public string MonitorDescription { get; }
public:
property String^ MonitorDescription {
    String^ get();
}
member MonitorDescription : string with get
Public ReadOnly Property MonitorDescription As String

Property Value

Type: System.String

Returns a String that contains the description of the monitor associated with the monitoring state.

See Also

MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top