Share via


ISecurityManagement.IsValidUserRole(Guid) Method

Definition

Indicates if the role identifier is valid or not.

public:
 bool IsValidUserRole(Guid userRoleId);
public bool IsValidUserRole (Guid userRoleId);
abstract member IsValidUserRole : Guid -> bool
Public Function IsValidUserRole (userRoleId As Guid) As Boolean

Parameters

userRoleId
Guid

The user role identifier.

Returns

true if the user role is valid; otherwise false.

Applies to