Inserts the specified user role into the management group. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim newUserRole As MonitoringUserRole

instance.InsertMonitoringUserRole(newUserRole)

Syntax

Visual Basic
Public Sub InsertMonitoringUserRole ( _
		newUserRole As MonitoringUserRole _
)
C#
public void InsertMonitoringUserRole (
		MonitoringUserRole newUserRole
)
C++
public:
void InsertMonitoringUserRole (
		MonitoringUserRole^ newUserRole
)
J#
public void InsertMonitoringUserRole (
		MonitoringUserRole newUserRole
)
JScript
public function InsertMonitoringUserRole (
		newUserRole : MonitoringUserRole
)

Parameters

newUserRole

The user role to insert.

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