Table of Contents

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

BooleanOption

EnabledSource

Gets or sets the configuration source for the enabled setting.

public PolicyConfigurableSourceType EnabledSource { get; set; }

Property Value

PolicyConfigurableSourceType

IsInstalled

Gets or sets whether the VMIC client is installed on this machine.

public BooleanOption IsInstalled { get; set; }

Property Value

BooleanOption

ProviderStatusString

Gets the status of the VMIC time provider.

public string ProviderStatusString { get; set; }

Property Value

string

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.