Skip to main content
All docs
V26.1
  • SecureZipPolicy.ResourceLimitViolationEventArgs.Limits Property

    Gets violated resource limits.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public SecureZipPolicy.ResourceLimits Limits { get; }

    Property Value

    Type Description
    SecureZipPolicy.ResourceLimits

    Resource limits associated with the violation.

    See Also