Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Gets the display name of the monitor associated with the monitoring state.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string MonitorDisplayName { get; }
public:
property String^ MonitorDisplayName {
String^ get();
}
member MonitorDisplayName : string with get
Public ReadOnly Property MonitorDisplayName As String
Property Value
Type: System.String
Returns a String that contains the display name of the monitor associated with the monitoring state.
See Also
MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top