DBaaSOperationLogDBaaSAccountId Property
|
ID of the DBaaS account associated with the job.
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public Nullable<int> DBaaSAccountId { get; set; }<DataMemberAttribute>
Public Property DBaaSAccountId As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute]
property Nullable<int> DBaaSAccountId {
Nullable<int> get ();
void set (Nullable<int> value);
}[<DataMemberAttribute>]
member DBaaSAccountId : Nullable<int> with get, set
function get DBaaSAccountId () : Nullable<int>
function set DBaaSAccountId (value : Nullable<int>)
Property Value
Type:
NullableInt32
See Also