AlertSubscriptionConfiguration.MonitoringObjectGroupIds Property

 

Applies To: Operations Manager for System Center 2012

Gets a list of global unique identifier (GUID) values for the monitoring object groups to target for the alert change notification.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public IList<Guid> MonitoringObjectGroupIds { get; }
public:
property IList<Guid>^ MonitoringObjectGroupIds {
    IList<Guid>^ get();
}
member MonitoringObjectGroupIds : IList<Guid> with get
Public ReadOnly Property MonitoringObjectGroupIds As IList(Of Guid)

Property Value

Type: System.Collections.Generic.IList<Guid>

Returns a IList<T> of GUID values for the monitoring object groups to target for the alert change notification.

See Also

AlertSubscriptionConfiguration Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top