DnsServerResourceRecordWinsR class

Represents a WINS-R reverse lookup resource record on 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 DnsServerResourceRecordWinsR : DnsServerResourceRecordData
{
  boolean  Replicate;
  datetime LookupTimeout;
  datetime CacheTimeout;
  string   ResultDomain;
};

Members

The DnsServerResourceRecordWinsR class has these types of members:

Properties

The DnsServerResourceRecordWinsR class has these properties.

CacheTimeout

Data type: datetime

Access type: Read/write

The cache timeout value for the resource record.

LookupTimeout

Data type: datetime

Access type: Read/write

The lookup timeout for the resource record.

Replicate

Data type: boolean

Access type: Read/write

true to enable the replicate mapping flag for the resource record; otherwise, false.

ResultDomain

Data type: string

Access type: Read/write

An array that contains IP addresses of the servers that are assigned to the 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