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 = 1The server always creates delegations automatically.
Never = 0The server does not create delegations automatically.
NoDelegationPresent = 2The server creates a new delegation in the parent zone only if there is no existing delegation present for the zone.
Unknown = 3The setting is unknown.