IAccessRule.Permission Property
In This Article
Indicates whether the rule allows or denies access.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
AccessPermission Permission { get; }
#Property Value
Type | Description |
---|---|
Access |
The Access |
Available values:
Name | Description |
---|---|
Allow | Allows access. |
Deny | Denies access. |
See Also