Share via


TransportServer.InternalDNSServers property

Gets or sets a list of internal DNS servers 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 InternalDNSServers As MultiValuedProperty(Of IPAddress)
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As MultiValuedProperty(Of IPAddress)

value = instance.InternalDNSServers

instance.InternalDNSServers = value
public MultiValuedProperty<IPAddress> InternalDNSServers { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<IPAddress>
A list of the IP addresses of internal DNS servers. The default list is empty.

Remarks

The InternalDNSServers property specifies the list of internal DNS servers that the server uses to resolve a domain. You must set the value of the InternalDNSAdapterEnabled property to false to use the list of servers in the InternalDNSServers property. If the InternalDNSAdapterEnabled property is true, the DNS settings of the network adapter identified by the InternalDNSAdapterGuid property are used instead.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace