WebTokenResponse.WebAccount Property

Definition

Gets the web account for the request.

public:
 property WebAccount ^ WebAccount { WebAccount ^ get(); };
WebAccount WebAccount();
public WebAccount WebAccount { get; }
var webAccount = webTokenResponse.webAccount;
Public ReadOnly Property WebAccount As WebAccount

Property Value

The web account for the request.

Applies to

See also