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