Click or drag to resize

PermissionConfigurationUserRoleMap Property

Gets the mapping of role name (see Name) to the set of users assigned to that role.

Namespace: RAYLASE.Marker.Permission
Assembly: RAYLASE.Marker.Permission (in RAYLASE.Marker.Permission.dll) Version: 2.50.0
Syntax
C#
public IDictionary<string, ISet<User>> UserRoleMap { get; }

Property Value

IDictionaryString, ISetUser
See Also