Condividi tramite


WebProviderTokenRequest.WebAccounts Proprietà

Definizione

Ottiene gli account Web per la richiesta.

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

Valore della proprietà

Account Web per la richiesta.

Si applica a