MonitoringObjectDiscoverySource.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 instance of the object that was discovered by this source.
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 instance of the object that was discovered by this source.
See Also
MonitoringObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top