TransportServer.InternalDNSAdapterGuid property

Gets or sets the internal network adapter to use for DNS lookups.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property InternalDNSAdapterGuid As Guid
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As Guid

value = instance.InternalDNSAdapterGuid

instance.InternalDNSAdapterGuid = value
public Guid InternalDNSAdapterGuid { get; set; }

Property value

Type: System.Guid
The unique identifier of the internal network adapter that contains the DNS settings to use for DNS lookups. The default value is 00000000-0000-0000-0000-000000000000.

Remarks

The InternalDNSAdapterGuid property specifies the network adapter that the server will use to look up DNS information for destinations inside the Exchange organization. When no particular network adapter is specified as the network adapter for internal DNS lookups, the a value of the ExternalDNSAdapterGuid property is set to 00000000-0000-0000-0000-000000000000 and the DNS settings of any available network adapter are used.

If the InternalDNSAdapterEnabled property is false, the InternalDNSAdapterGuid property is ignored and the list of DNS servers in the InternalDNSServers property is used.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace