NetworkConnectionInfo.DnsServers Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public ReadOnly Property DnsServers As IPAddress()
Get
'Usage
Dim instance As NetworkConnectionInfo
Dim value As IPAddress()
value = instance.DnsServers
public IPAddress[] DnsServers { get; }
Property Value
Type: []