Enum MicrosoftDnsServerAutoCreateDelegations
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the automatic delegation creation setting for new zones on the DNS server.
public enum MicrosoftDnsServerAutoCreateDelegations
Fields
Always = 1
The server always creates delegations automatically.
Never = 0
The server does not create delegations automatically.
NoDelegationPresent = 2
The server creates a new delegation in the parent zone only if there is no existing delegation present for the zone.
Unknown = 3
The setting is unknown.