PermissionConfigurationOperationRoleMap Property |
Gets the mapping of role name (see
Name)
to the set of operations granted to that role.
Namespace: RAYLASE.Marker.PermissionAssembly: RAYLASE.Marker.Permission (in RAYLASE.Marker.Permission.dll) Version: 2.50.0
Syntaxpublic IDictionary<string, ISet<PermissionOperation>> OperationRoleMap { get; }Property Value
IDictionaryString,
ISetPermissionOperation
See Also