DbaasLicenseMaxValue Property
|
Massimo numero di licenze associabili ad un pacchetto
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> MaxValue { get; set; }<DataMemberAttribute>
Public Property MaxValue As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> MaxValue {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member MaxValue : Nullable<int> with get, set
function get MaxValue () : Nullable<int>
function set MaxValue (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also