Table of Contents

Enum MicrosoftDnsServerAutoConfigFileZones

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Determines which standard primary zones authoritative for the name of the DNS server must be updated when the name of the server changes.

public enum MicrosoftDnsServerAutoConfigFileZones

Fields

All = 3

All zones.

DynamicUpdateZones = 1

Only zones that allow dynamic updates.

NoDynamicUpdateZones = 2

Only zones that do not allow dynamic updates.

None = 0

No zones are updated.

Unknown = 0

The zones are unknown.