Click or drag to resize
ProvisioningPackageExtensionLimitationsOverrides Property
Gets or sets the limitations overrides. Dictionary contains limitation name and new value for limitation number.

Namespace: Atomia.Provisioning.Base
Assembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax
public Dictionary<string, int> LimitationsOverrides { get; set; }

Property Value

Type: DictionaryString, Int32
The limitations overrides.
See Also