Table of Contents

Class WindowsTimeServerSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Windows Time (W32Time) server configuration.

public class WindowsTimeServerSettings : BaseTypeSection
Inheritance
WindowsTimeServerSettings

Constructors

WindowsTimeServerSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsTimeServerSettings class.

public WindowsTimeServerSettings()

Properties

AnnounceFlags

Gets or sets how a Windows Time server announces itself. This setting only applies to domain controllers.

public WindowsTimeServerAnnounceFlags AnnounceFlags { get; set; }

Property Value

WindowsTimeServerAnnounceFlags

AnnounceFlagsSource

Gets or sets the configuration source for the announce flags setting.

public PolicyConfigurableSourceType AnnounceFlagsSource { get; set; }

Property Value

PolicyConfigurableSourceType

AnnounceFlagsStrings

Gets or sets how a Windows Time server announces itself. This setting only applies to domain controllers.

public SerializableStringCollection AnnounceFlagsStrings { get; set; }

Property Value

SerializableStringCollection

Enabled

Gets or sets whether the NTP server is enabled on this machine.

public BooleanOption Enabled { get; set; }

Property Value

BooleanOption

EnabledSource

Gets or sets the configuration source for the enabled setting.

public PolicyConfigurableSourceType EnabledSource { get; set; }

Property Value

PolicyConfigurableSourceType

Methods

ToString()

Returns the version of this WindowsTimeServerSettings object as a human readable string.

public override string ToString()

Returns

string

A System.String value.