Enum MicrosoftDnsServerZoneType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of zone.
public enum MicrosoftDnsServerZoneType
Fields
Cache = 1
The zone is a cache zone.
Forwarder = 2
The zone is a conditional forwarder.
Primary = 3
The zone is a primary zone.
Secondary = 4
The zone is a secondary zone.
Stub = 5
The zone is a stub zone.
Unknown = 0
The zone type is unknown.