DBaasAccountToCreateLicenseID Property
|
The ID of the license (only for dedicated instances).
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> LicenseID { get; set; }<DataMemberAttribute>
Public Property LicenseID As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> LicenseID {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member LicenseID : Nullable<int> with get, set
function get LicenseID () : Nullable<int>
function set LicenseID (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also