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.5.0.19
Синтаксис 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.
См. также