Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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