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
Gets the globally unique identifier (GUID) of the monitor associated with the state change event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid MonitorId { get; }
public:
property Guid MonitorId {
Guid get();
}
member MonitorId : Guid with get
Public ReadOnly Property MonitorId As Guid
Property Value
Type: System.Guid
Returns a Guid of the monitor associated with the state change event.
See Also
MonitoringStateChangeEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top