ProvisioningPackageExtensionLimitationsOverrides Property |
Gets or sets the limitations overrides. Dictionary contains limitation name and new value for limitation number.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public Dictionary<string, int> LimitationsOverrides { get; set; }
Public Property LimitationsOverrides As Dictionary(Of String, Integer)
Get
Set
public:
property Dictionary<String^, int>^ LimitationsOverrides {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
member LimitationsOverrides : Dictionary<string, int> with get, set
Property Value
Type:
DictionaryString,
Int32The limitations overrides.
See Also