Skip to main content

IAccessRule.Permission Property

Indicates whether the rule allows or denies access.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

AccessPermission Permission { get; }

Property Value

Type Description
AccessPermission

The AccessPermission enumeration value.

Available values:

Name Description
Allow

Allows access.

Deny

Denies access.

See Also