Click or drag to resize

OperatingSystemStaticInfoInstallDate Property

Win32_OperatingSystem: Date object was installed. This property does not require a value to indicate that the object is installed.

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public DateTime InstallDate { get; set; }

Property Value

Type: DateTime
The install date.

Implements

IOperatingSystemStaticInfoInstallDate
See Also