Url property

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

Implementation

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

Implementation

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