DnsServerResourceRecordAfsdb class

DNS Server Resource Record AFSDB.

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 DnsServerResourceRecordAfsdb : DnsServerResourceRecordData
{
  uint16 SubType;
  string ServerName;
};

Members

The DnsServerResourceRecordAfsdb class has these types of members:

Properties

The DnsServerResourceRecordAfsdb class has these properties.

ServerName

Data type: string

Access type: Read/write

Server Name

SubType

Data type: uint16

Access type: Read/write

Sub type

The possible values are.

1 (1)

2 (2)

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