Share via


DnsServerResourceRecordRP class

DNS Server Resource Record RP.

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 DnsServerResourceRecordRP : DnsServerResourceRecordData
{
  string ResponsiblePerson;
  string Description;
};

Members

The DnsServerResourceRecordRP class has these types of members:

Properties

The DnsServerResourceRecordRP class has these properties.

Description

Data type: string

Access type: Read/write

Description.

ResponsiblePerson

Data type: string

Access type: Read/write

Responsible Person.

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