ISystemInfoStatus Property |
Win32_ComputerSystem: Current status of an object.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string Status { get; set; }
Property Status As String
Get
Set
property String^ Status {
String^ get ();
void set (String^ value);
}
abstract Status : string with get, set
Property Value
Type:
String
The status.
See Also