DnsZoneScope class

Represents a zone scope of 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 DnsZoneScope
{
  string ZoneName;
  string ZoneScope;
  string FileName;
};

Members

The DnsZoneScope class has these types of members:

Properties

The DnsZoneScope class has these properties.

FileName

Data type: string

Access type: Read/write

The filename for the zone scope.

ZoneName

Data type: string

Access type: Read/write

The name of the zone.

ZoneScope

Data type: string

Access type: Read/write

The name of the zone scope.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\Dns
MOF
DnsServerPSProvider.mof
DLL
DnsServerPSProvider.dll

See also

DnsServerPSProvider Provider