ServerInfo property

ExchangeServerInfo? ServerInfo
Gets information associated with the server that processed the last request. Will be null if no requests have been processed.

Implementation

ExchangeServerInfo? get ServerInfo => this._serverInfo;
void ServerInfo=(ExchangeServerInfo? value)

Implementation

set ServerInfo(ExchangeServerInfo? value) {
  this._serverInfo = value;
}