AutodiscoverServiceIsExternal - свойство
Gets a value indicating whether the Autodiscover service that URL points to is internal (inside the corporate network)
or external (outside the corporate network).
Пространство имён: Tessa.Exchange.WebServices.AutodiscoverСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool? IsExternal { get; }
Public ReadOnly Property IsExternal As Boolean?
Get
public:
property Nullable<bool> IsExternal {
Nullable<bool> get ();
}
member IsExternal : Nullable<bool> with get
Значение свойства
NullableBoolean
IsExternal is null in the following cases:
- This instance has been created with a domain name and no method has been called,
- This instance has been created with a URL.