FindAllAccountsResult.ProviderError 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.
Gets the error, if one occurred, during the web account retrieval operation.
public:
property WebProviderError ^ ProviderError { WebProviderError ^ get(); };
WebProviderError ProviderError();
public WebProviderError ProviderError { get; }
var webProviderError = findAllAccountsResult.providerError;
Public ReadOnly Property ProviderError As WebProviderError
Property Value
The provider error.