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
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for monitoring class that is the target of the monitor.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.MonitorTargetClassId")]
public Guid MonitorTargetMonitoringClassId { get; }
public:
[ObsoleteAttribute("Use this.MonitorTargetClassId")]
property Guid MonitorTargetMonitoringClassId {
Guid get();
}
[<ObsoleteAttribute("Use this.MonitorTargetClassId")>]
member MonitorTargetMonitoringClassId : Guid with get
<ObsoleteAttribute("Use this.MonitorTargetClassId")>
Public ReadOnly Property MonitorTargetMonitoringClassId As Guid
Property Value
Type: System.Guid
Returns the Guid for monitoring class that is the target of the monitor.
See Also
MonitoringState Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top