DnsServerResourceRecordRt class

Represents an route through (RT) resource record 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 DnsServerResourceRecordRt : DnsServerResourceRecordData
{
  uint16 Preference;
  string IntermediateHost;
};

Members

The DnsServerResourceRecordRt class has these types of members:

Properties

The DnsServerResourceRecordRt class has these properties.

IntermediateHost

Data type: string

Access type: Read/write

The IP address of the intermediate host specified by the RT resource record.

Preference

Data type: uint16

Access type: Read/write

Indicates the preference setting of the RT resource record.

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

DnsServerResourceRecordData

DnsServerPSProvider Provider