Condividi tramite


FindAllAccountsResult.Accounts Proprietà

Definizione

Ottiene l'elenco degli account Web recuperati (se l'operazione ha avuto esito positivo).

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)

Valore della proprietà

Oggetto IVectorView di oggetti WebAccount.

Si applica a