Skip to main content
A newer version of this page is available. .

IAccessRule.Permission Property

Indicates whether the rule allows or denies access.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v19.1.dll

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