Class WindowsTimeSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Windows Time (W32Time) configuration.
public class WindowsTimeSettings : BypassSection
- Inheritance
-
WindowsTimeSettings
- Inherited Members
Constructors
WindowsTimeSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsTimeSettings class.
public WindowsTimeSettings()
Properties
Client
Gets or sets the Windows Time client settings.
public WindowsTimeClientSettings Client { get; set; }
Property Value
Global
Gets or sets the global Windows time settings.
public WindowsTimeGlobalSettings Global { get; set; }
Property Value
Server
Gets or sets the Windows Time server settings.
public WindowsTimeServerSettings Server { get; set; }
Property Value
Vmic
Gets or sets the VMIC virtual machine time synchronization settings.
public WindowsTimeVmicSettings Vmic { get; set; }