ImageInfo.MonitoringClassGuid Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the monitoring class that the image is for.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid MonitoringClassGuid { get; }
public:
property Guid MonitoringClassGuid {
Guid get();
}
member MonitoringClassGuid : Guid with get
Public ReadOnly Property MonitoringClassGuid As Guid
Property Value
Type: System.Guid
Returns a Guid object for the monitoring class that the image is for.
See Also
ImageInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top