ErrorCode property

Gets the error code that was returned by the service.

Implementation

AutodiscoverErrorCode? get ErrorCode => this._errorCode;
void ErrorCode=(AutodiscoverErrorCode? value)

Implementation

set ErrorCode(AutodiscoverErrorCode? value) => this._errorCode = value;