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)

Usage

Visual Basic
Dim instance As AlertSubscriptionConfiguration
Dim value As IList(Of Guid)

value = instance.MonitoringObjectGroupIds

Syntax

Visual Basic
Public ReadOnly Property MonitoringObjectGroupIds As IList(Of Guid)
C#
public IList<Guid> MonitoringObjectGroupIds { get; }
C++
public:
property IList<Guid>^ MonitoringObjectGroupIds {
		IList<Guid>^ get ();
}
J#
/** @property */
public IList<Guid> get_MonitoringObjectGroupIds ()
JScript
public function get MonitoringObjectGroupIds () : IList<Guid>

Property Value

Returns a list of GUID values for the monitoring object groups to target for the alert change notification.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also