LimitationMaxCount Property |
Gets or sets the maximum number of services which can be provisioned.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public int MaxCount { get; set; }
Public Property MaxCount As Integer
Get
Set
public:
property int MaxCount {
int get ();
void set (int value);
}
member MaxCount : int with get, set
Property Value
Type:
Int32See Also