Class WindowsTimeVmicSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Windows Time (W32Time) VMIC configuration.
public class WindowsTimeVmicSettings : BaseTypeSection
- Inheritance
-
WindowsTimeVmicSettings
Constructors
WindowsTimeVmicSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsTimeVmicSettings class.
public WindowsTimeVmicSettings()
Properties
Enabled
Gets or sets whether the VMIC client is enabled on this machine.
public BooleanOption Enabled { get; set; }
Property Value
EnabledSource
Gets or sets the configuration source for the enabled setting.
public PolicyConfigurableSourceType EnabledSource { get; set; }
Property Value
IsInstalled
Gets or sets whether the VMIC client is installed on this machine.
public BooleanOption IsInstalled { get; set; }
Property Value
ProviderStatusString
Gets the status of the VMIC time provider.
public string ProviderStatusString { get; set; }
Property Value
Methods
ToString()
Returns the Windows Time VMIC settings as a human readable string.
public override string ToString()
Returns
- string
The Windows Time VMIC settings as a human readable string.