Click or drag to resize

PermissionConfigurationOperationRoleMap Property

Gets the mapping of role name (see Name) to the set of operations granted 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<PermissionOperation>> OperationRoleMap { get; }

Property Value

IDictionaryString, ISetPermissionOperation
See Also