ErrorCode property

AutodiscoverErrorCode? get ErrorCode
Gets the error code that was returned by the service.

Implementation

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

Implementation

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