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: []
See also
Reference
Microsoft.Exchange.Management.SystemConfigurationTasks namespace