Table of Contents

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 = 1

The domain controller always advertises time service.

Automatic = 2

The domain controller automatically determines whether it should advertise time service.

None = 0

The domain controller does not advertise time service.

NotApplicable = 2048

The announce type is not applicable.

ReliableAlways = 4

The domain contoller will always advertise reliable time service.

ReliableAutomatic = 8

The domain controller automatically determines whether it should advertise reliable time service.

Unknown = 1024

The announce type is unknown.