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