Compartir a través de


WebProviderTokenRequest.WebAccounts Propiedad

Definición

Obtiene las cuentas web de la solicitud.

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)

Valor de propiedad

Las cuentas web de la solicitud.

Se aplica a