Method

Network.LookupDNSAddress


Warning

This item was deprecated in version 2019r2. There is no replacement.

Description

Looks up the passed IP address and returns its DNS address as a String.

Sample code

Var s As String
s = System.Network.LookupDNSAddress("178.73.17.204")
MsgBox(s)

Compatibility

All project types on all supported operating systems.