Enum MicrosoftDnsServerBootMethod
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the location from which zone data is loaded on start-up.
public enum MicrosoftDnsServerBootMethod
Fields
ActiveDirectory = 3
The data is loaded from Active Directory and the registry.
File = 1
The data is loaded from file.
Registry = 2
The data is loaded from the registry.
Unknown = 0
The boot method is unknown.