ADVirtualDirectory.ExternalUrl property
Gets or sets the host name that is used to connect to the server from outside the firewall.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ExternalUrl As Uri
Get
Set
'Usage
Dim instance As ADVirtualDirectory
Dim value As Uri
value = instance.ExternalUrl
instance.ExternalUrl = value
public Uri ExternalUrl { get; set; }
Property value
Type: System.Uri
The URL of the host used from outside the firewall.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace