WebAuthenticationAddAccountResponse.WebAccount Property

Definition

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.

Applies to

See also