Enum WindowsTimeServerAnnounceFlags
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines how a Windows Time server announces itself. This setting only applies to domain controllers.
[Flags]
public enum WindowsTimeServerAnnounceFlags
Fields
Always = 1The domain controller always advertises time service.
Automatic = 2The domain controller automatically determines whether it should advertise time service.
None = 0The domain controller does not advertise time service.
NotApplicable = 2048The announce type is not applicable.
ReliableAlways = 4The domain contoller will always advertise reliable time service.
ReliableAutomatic = 8The domain controller automatically determines whether it should advertise reliable time service.
Unknown = 1024The announce type is unknown.