Edit

Share via


AutodiscoverService.IsExternal Property

Definition

Gets or sets a value that indicates whether the Autodiscover service that the URL points to is internal (inside the corporate network) or external (outside the corporate network).

public:
 property Nullable<bool> IsExternal { Nullable<bool> get(); };
public Nullable<bool> IsExternal { get; }
Public ReadOnly Property IsExternal As Nullable(Of Boolean)

Property Value

true if the domain is internal; otherwise, false.

Remarks

The IsExternal property is a null reference (Nothing in Visual Basic) if this instance has been created with a domain name and no method has been called, or if this instance has been created with a URL.

Applies to