Service property

ExchangeService Service
Gets the ExchangeService the object is bound to.

Implementation

ExchangeService get Service => this._service;
void Service=(ExchangeService value)

Implementation

set Service(ExchangeService value) => this._service = value;