Returns the IP and DNS address of the Internet address that name specifies.
Use this VI when you build a CGI VI because it uses the G Web Server UseDNS configuration.
name is an Internet address in either DNS or numeric format.
dot notation? specifies whether the domain name output returns the address in DNS or numeric format.
If dot notation? is FALSE and the G Web Server UseDNS configuration is set to TRUE, domain name returns the DNS address of the specified address. Otherwise, domain name returns the numeric IP address.
domain name contains the DNS address of the name input if you set the dot notation? input to FALSE and configured the G Web Server to use DNS. Otherwise the VI returns the numeric address.