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