IAccessRule.Permission Property
Indicates whether the rule allows or denies access.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
| Type | Description |
|---|---|
| AccessPermission | The AccessPermission enumeration value. |
Available values:
| Name | Description |
|---|---|
| Allow | Allows access. |
| Deny | Denies access. |
See Also