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 = 3All zones.
DynamicUpdateZones = 1Only zones that allow dynamic updates.
NoDynamicUpdateZones = 2Only zones that do not allow dynamic updates.
None = 0No zones are updated.
Unknown = 0The zones are unknown.