Determines whether the specified user role is valid. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroup
Dim userRoleId As Guid
Dim returnValue As Boolean

returnValue = instance.IsValidUserRole(userRoleId)

Syntax

Visual Basic
Public Function IsValidUserRole ( _
		userRoleId As Guid _
) As Boolean
C#
public bool IsValidUserRole (
		Guid userRoleId
)
C++
public:
bool IsValidUserRole (
		Guid userRoleId
)
J#
public boolean IsValidUserRole (
		Guid userRoleId
)
JScript
public function IsValidUserRole (
		userRoleId : Guid
) : boolean

Parameters

userRoleId

The globally unique identifier (GUID) of the user role to check.

Return Value

true if the specified user role is valid; otherwise, false.

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