IsExternal property

bool get IsExternal
Gets a value indicating whether the Autodiscover service that URL points to is (inside the corporate network) or external (outside the corporate network).

Implementation

bool get IsExternal => this._isExternal;
set IsExternal (bool value)

Implementation

set IsExternal(bool value) => this._isExternal = value;