WebProviderTokenRequest.WebAccounts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.