PermissionConfigurationUserRoleMap Property |
Gets the mapping of role name (see
Name)
to the set of users assigned to that role.
Namespace: RAYLASE.Marker.PermissionAssembly: RAYLASE.Marker.Permission (in RAYLASE.Marker.Permission.dll) Version: 2.50.0
Syntaxpublic IDictionary<string, ISet<User>> UserRoleMap { get; }Property Value
IDictionaryString,
ISetUser
See Also