MonitoringPerformanceData.MonitoringClassId Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets the globally unique identifier (GUID) of the monitoring class for the associated monitoring object.

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 of the monitoring class for the associated monitoring object.

See Also

MonitoringPerformanceData Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top