MonitoringAlert.MonitoringClassId Property
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets the globally unique identifier (GUID) of the non-abstract monitoring class of the associated monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use this.ClassId")]
[DataMemberAttribute(IsRequired = true)]
public Guid MonitoringClassId { get; internal set; }
public:
[ObsoleteAttribute("Use this.ClassId")]
[DataMemberAttribute(IsRequired = true)]
property Guid MonitoringClassId {
Guid get();
internal: void set(Guid value);
}
[<ObsoleteAttribute("Use this.ClassId")>]
[<DataMemberAttribute(IsRequired = true)>]
member MonitoringClassId : Guid with get, internal set
<ObsoleteAttribute("Use this.ClassId")>
<DataMemberAttribute(IsRequired := True)>
Public Property MonitoringClassId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns the Guid of the non-abstract monitoring class of the associated monitoring object.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top