WebAuthenticationAddAccountResult.ResponseStatus Property

Definition

The WebAuthenticationAddAccountStatus of a web account provisioning operation.

public:
 property WebAuthenticationAddAccountStatus ResponseStatus { WebAuthenticationAddAccountStatus get(); };
WebAuthenticationAddAccountStatus ResponseStatus();
public WebAuthenticationAddAccountStatus ResponseStatus { get; }
var webAuthenticationAddAccountStatus = webAuthenticationAddAccountResult.responseStatus;
Public ReadOnly Property ResponseStatus As WebAuthenticationAddAccountStatus

Property Value

Contains the status of a web account provisioning operation.

Applies to

See also