LimitationByServiceLimitations Property |
Gets or sets the list of limitations.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public Limitation[] Limitations { get; set; }
Public Property Limitations As Limitation()
Get
Set
public:
property array<Limitation^>^ Limitations {
array<Limitation^>^ get ();
void set (array<Limitation^>^ value);
}
member Limitations : Limitation[] with get, set
Property Value
Type:
LimitationSee Also