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

    Gets resource limits associated with options.

    Namespace: DevExpress.Utils.Zip

    Assembly: DevExpress.Data.v26.1.dll

    Declaration

    public SecureZipPolicy.ResourceLimits Limits { get; }

    Property Value

    Type Description
    SecureZipPolicy.ResourceLimits

    An object that contains resource limit thresholds.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to Limits
    SecureZipPolicy
    .GlobalOptions .Limits
    See Also