DBaaSAccountDetailsDbaasAccountResources Property
|
DBaaS Account Resources List
Namespace:
Aruba.Cloud.WsDBaaS.Entities
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public DbaasAccountResource[] DbaasAccountResources { get; set; }<DataMemberAttribute>
Public Property DbaasAccountResources As DbaasAccountResource()
Get
Set
public:
[DataMemberAttribute]
property array<DbaasAccountResource^>^ DbaasAccountResources {
array<DbaasAccountResource^>^ get ();
void set (array<DbaasAccountResource^>^ value);
}[<DataMemberAttribute>]
member DbaasAccountResources : DbaasAccountResource[] with get, set
function get DbaasAccountResources () : DbaasAccountResource[]
function set DbaasAccountResources (value : DbaasAccountResource[])
Property Value
Type:
DbaasAccountResource
See Also