DnsServerRootHint class

Represents a root hint on a DNS server.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("DnsServerPSProvider"), AMENDMENT]
class DnsServerRootHint
{
  DnsServerResourceRecord NameServer;
  DnsServerResourceRecord IPAddress[];
};

Members

The DnsServerRootHint class has these types of members:

Properties

The DnsServerRootHint class has these properties.

IPAddress

Data type: DnsServerResourceRecord array

Access type: Read/write

Qualifiers: EmbeddedInstance ("DnsServerResourceRecord")

An array that contains the IP addresses of the DNS servers.

NameServer

Data type: DnsServerResourceRecord

Access type: Read/write

Qualifiers: EmbeddedInstance ("DnsServerResourceRecord")

The fully qualified domain name of the root name server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider