| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
DNSLookup.Name
Queries the name found.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| DNSLookup | 6.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DNSLookup.Name"; LookupRef ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| LookupRef | The reference number for the DNS Lookup. | $Lookup |
Result
Returns text or error.
Description
Queries the name found.Examples
Query Apple.com:
Let ( [
d = MBS("DNSLookup.LookupHostByName"; "www.apple.com"; 6);
r = MBS("DNSLookup.Name"; d);
e = MBS("DNSLookup.Release"; d)
]; r )
d = MBS("DNSLookup.LookupHostByName"; "www.apple.com"; 6);
r = MBS("DNSLookup.Name"; d);
e = MBS("DNSLookup.Release"; d)
]; r )
See also
- DNSLookup.JSON
- DNSLookup.List
- DNSLookup.LookupHostByAddress
- DNSLookup.LookupHostByName
- DNSLookup.Release
Example Databases
Blog Entries
This function checks for a license.
Created 25th November 2015, last changed 28th August 2025