PartialMonitoringObject::MonitoringClassIds Property
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Gets a collection of GUIDs of the monitoring classes for this partial monitoring object.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Use this.ManagementPackClassIds")] property ReadOnlyCollection<Guid>^ MonitoringClassIds { ReadOnlyCollection<Guid>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<Guid>^Returns a ReadOnlyCollection<T> of the monitoring classes for this monitoring object..
For an example of this property, see PartialMonitoringObject
Show: