WebProviderTokenRequest.WebAccounts Property

Definition

Gets the web accounts for the request.

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)

Property Value

The web accounts for the request.

Applies to