OperatingSystemStaticInfoLastBootTime Property |
Win32_OperatingSystem: LastBootUpTime: Date and time the operating system was last
restarted.
Namespace:
Xcalibur.Models.OperatingSystem
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public DateTime LastBootTime { get; set; }
<DataMemberAttribute>
Public Property LastBootTime As DateTime
Get
Set
public:
[DataMemberAttribute]
virtual property DateTime LastBootTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
[<DataMemberAttribute>]
abstract LastBootTime : DateTime with get, set
[<DataMemberAttribute>]
override LastBootTime : DateTime with get, set
Property Value
Type:
DateTime
The last boot time.
Implements
IOperatingSystemStaticInfoLastBootTimeSee Also