ManagementGroup::IsValidUserRole Method (Guid)
System Center
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.Namespace:
Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Return to top
Determines whether the specified user role is valid.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: [ObsoleteAttribute("Please use Security.IsValidUserRole()")] bool IsValidUserRole( Guid userRoleId )
Parameters
- userRoleId
-
Type:
System::Guid
The GUID of the user role to check.
Return Value
Type: System::BooleanReturnsBoolean that givestrue if the specified user role is valid; otherwise,false.
Show: