WebAuthenticationAddAccountResult.ResponseError 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 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.