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; }
<DataMemberAttribute>
Public Property InstallDate As DateTime
Get
Set
public:
[DataMemberAttribute]
virtual property DateTime InstallDate {
DateTime get () sealed;
void set (DateTime value) sealed;
}
[<DataMemberAttribute>]
abstract InstallDate : DateTime with get, set
[<DataMemberAttribute>]
override InstallDate : DateTime with get, set
Property Value
Type:
DateTime
The install date.
Implements
IOperatingSystemStaticInfoInstallDateSee Also