PartialMonitoringObject::MonitoringClassIds Property

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets a collection of GUIDs of the monitoring classes for this partial monitoring object.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
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

Return to top
Show: