GetDbaasAccountDetailsRequestDbaasAccountID Property
|
Dbaas Account ID
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public int DbaasAccountID { get; set; }<DataMemberAttribute>
Public Property DbaasAccountID As Integer
Get
Set
public:
[DataMemberAttribute]
property int DbaasAccountID {
int get ();
void set (int value);
}[<DataMemberAttribute>]
member DbaasAccountID : int with get, set
function get DbaasAccountID () : int
function set DbaasAccountID (value : int)
Property Value
Type:
Int32
See Also