Share via


DnsServerResourceRecordWins class

Represents a WINS 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 DnsServerResourceRecordWins : DnsServerResourceRecordData
{
  boolean  Replicate;
  datetime LookupTimeout;
  datetime CacheTimeout;
  string   WinsServers[];
};

Members

The DnsServerResourceRecordWins class has these types of members:

Properties

The DnsServerResourceRecordWins 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.

WinsServers

Data type: string array

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