Url property

Uri? Url
Gets or sets the URL of the Exchange Web Services.

Implementation

Uri? get Url => this._url;
void Url=(Uri? value)

Implementation

set Url(Uri? value) {
  this._url = value;
}