WebAuthenticationAddAccountResponse.WebAccount 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.
The WebAccount object that contains the data to identify an account from a web account provider.
public:
property WebAccount ^ WebAccount { WebAccount ^ get(); };
WebAccount WebAccount();
public WebAccount WebAccount { get; }
var webAccount = webAuthenticationAddAccountResponse.webAccount;
Public ReadOnly Property WebAccount As WebAccount
Property Value
Returns the data to identify an account from a web account provider.