SetEnqueueCreateDbaasInstanceRequestAccountToCreate Property
|
A DBaasAccountToCreate object that describes the account to create
Namespace:
Aruba.Cloud.WsDBaaS.Requests
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DBaasAccountToCreate AccountToCreate { get; set; }<DataMemberAttribute>
Public Property AccountToCreate As DBaasAccountToCreate
Get
Set
public:
[DataMemberAttribute]
property DBaasAccountToCreate^ AccountToCreate {
DBaasAccountToCreate^ get ();
void set (DBaasAccountToCreate^ value);
}[<DataMemberAttribute>]
member AccountToCreate : DBaasAccountToCreate with get, set
function get AccountToCreate () : DBaasAccountToCreate
function set AccountToCreate (value : DBaasAccountToCreate)
Property Value
Type:
DBaasAccountToCreate
See Also