Skip to main content
All docs
V26.1
  • IAccessRule.Permission Property

    Indicates whether the rule allows or denies access.

    Namespace: DevExpress.Security.Resources

    Assembly: DevExpress.Data.v26.1.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