AlertSubscriptionConfiguration.MonitoringClassIds Property
Applies To: Operations Manager for System Center 2012
Gets a list of global unique identifier (GUID) values for the monitoring classes to target for the alert change notification.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public IList<Guid> MonitoringClassIds { get; }
public:
property IList<Guid>^ MonitoringClassIds {
IList<Guid>^ get();
}
member MonitoringClassIds : IList<Guid> with get
Public ReadOnly Property MonitoringClassIds As IList(Of Guid)
Property Value
Type: System.Collections.Generic.IList<Guid>
Returns a IList<T> of GUID values for the monitoring classes to target for the alert change notification.
See Also
AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top