AutodiscoverResponse constructor

AutodiscoverResponse()
Initializes a new instance of the

Implementation

AutodiscoverResponse() {
  this._errorCode = AutodiscoverErrorCode.NoError;
  this._errorMessage = "Strings.NoError";
}