Share via


WebAuthenticationAddAccountResult.ResponseError Property

Definition

The WebProviderError returned by the web account provisioning operation.

public:
 property WebProviderError ^ ResponseError { WebProviderError ^ get(); };
WebProviderError ResponseError();
public WebProviderError ResponseError { get; }
var webProviderError = webAuthenticationAddAccountResult.responseError;
Public ReadOnly Property ResponseError As WebProviderError

Property Value

Contains the error returned by the web account provisioning operation.

Applies to

See also