MonitoringEvent.MonitoringClassId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) for the monitoring class associated with the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.ClassId")]
public Guid MonitoringClassId { get; }
public:
[ObsoleteAttribute("Use this.ClassId")]
property Guid MonitoringClassId {
Guid get();
}
[<ObsoleteAttribute("Use this.ClassId")>]
member MonitoringClassId : Guid with get
<ObsoleteAttribute("Use this.ClassId")>
Public ReadOnly Property MonitoringClassId As Guid
Property Value
Type: System.Guid
Returns a Guid for the monitoring class associated with the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top