FindAllAccountsResult.Accounts Property

Definition

Gets the list of retrieved web accounts (if the operation was successful).

public:
 property IVectorView<WebAccount ^> ^ Accounts { IVectorView<WebAccount ^> ^ get(); };
IVectorView<WebAccount> Accounts();
public IReadOnlyList<WebAccount> Accounts { get; }
var iVectorView = findAllAccountsResult.accounts;
Public ReadOnly Property Accounts As IReadOnlyList(Of WebAccount)

Property Value

An IVectorView of WebAccount objects.

Applies to