Retrieves a collection of all the user role identifiers that have the base monitoring object as part of their scope. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim baseMonitoringObjectId As Guid
Dim returnValue As ReadOnlyCollection(Of Pair(Of Guid, MonitoringOperationScopeTypes))

returnValue = instance.GetMonitoringUserRolesForMonitoringObject(baseMonitoringObjectId)

Syntax

Visual Basic
Public Function GetMonitoringUserRolesForMonitoringObject ( _
		baseMonitoringObjectId As Guid _
) As ReadOnlyCollection(Of Pair(Of Guid, MonitoringOperationScopeTypes))
C#
public ReadOnlyCollection<Pair<Guid,MonitoringOperationScopeTypes>> GetMonitoringUserRolesForMonitoringObject (
		Guid baseMonitoringObjectId
)
C++
public:
ReadOnlyCollection<Pair<Guid, MonitoringOperationScopeTypes>^>^ GetMonitoringUserRolesForMonitoringObject (
		Guid baseMonitoringObjectId
)
J#
public ReadOnlyCollection<Pair<Guid,MonitoringOperationScopeTypes>> GetMonitoringUserRolesForMonitoringObject (
		Guid baseMonitoringObjectId
)
JScript
public function GetMonitoringUserRolesForMonitoringObject (
		baseMonitoringObjectId : Guid
) : ReadOnlyCollection<Pair<Guid,MonitoringOperationScopeTypes>>

Parameters

baseMonitoringObjectId

All the user role identifiers that have this base monitoring object as part of their scope.

Return Value

A read-only collection of globally unique identifiers (GUIDs) and MonitoringOperationScopeTypes value pairs.

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