Table of Contents

Class WindowsTimeClientSettings

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

Represents the Windows Time (W32Time) client configuration.

public class WindowsTimeClientSettings : BaseTypeSection
Inheritance
WindowsTimeClientSettings

Constructors

WindowsTimeClientSettings()

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

public WindowsTimeClientSettings()

Properties

ClientType

Gets or sets the client configuration type.

public WindowsTimeClientType ClientType { get; set; }

Property Value

WindowsTimeClientType

ClientTypeSource

Gets or sets the configuration source for the client configuration type.

public PolicyConfigurableSourceType ClientTypeSource { get; set; }

Property Value

PolicyConfigurableSourceType

ClientTypeString

Gets the client configuration type.

public string ClientTypeString { get; set; }

Property Value

string

Enabled

Gets or sets whether the NTP client 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

NtpServers

Gets or sets the NTP servers to use for the connection including the flags - for example "time.windows.com,0x9".

public SerializableStringCollection NtpServers { get; set; }

Property Value

SerializableStringCollection

NtpServersSource

Gets or sets the configuration source for the NTP servers setting.

public PolicyConfigurableSourceType NtpServersSource { get; set; }

Property Value

PolicyConfigurableSourceType

SpecialPollInterval

Gets or sets how often (in seconds) a manually configured time source is polled when the time source is configured to use a special polling interval.

public int SpecialPollInterval { get; set; }

Property Value

int

SpecialPollIntervalSource

Gets or sets the configuration source for the special poll interval.

public PolicyConfigurableSourceType SpecialPollIntervalSource { get; set; }

Property Value

PolicyConfigurableSourceType

Methods

ToString()

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

public override string ToString()

Returns

string

A System.String value.