PartialMonitoringObject.MonitoringClassIds Property

 

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)

Syntax

[ObsoleteAttribute("Use this.ManagementPackClassIds")]
public ReadOnlyCollection<Guid> MonitoringClassIds { get; }
public:
[ObsoleteAttribute("Use this.ManagementPackClassIds")]
property ReadOnlyCollection<Guid>^ MonitoringClassIds {
    ReadOnlyCollection<Guid>^ get();
}
[<ObsoleteAttribute("Use this.ManagementPackClassIds")>]
member MonitoringClassIds : ReadOnlyCollection<Guid> with get
<ObsoleteAttribute("Use this.ManagementPackClassIds")>
Public ReadOnly Property MonitoringClassIds As ReadOnlyCollection(Of Guid)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Guid>

Returns a ReadOnlyCollection<T> of the monitoring classes for this monitoring object..

Examples

For an example of this property, see PartialMonitoringObject

See Also

PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top