ISystemInfoSystemType Property |
Win32_ComputerSystem: System running on the Windows-based computer.
Namespace:
Xcalibur.Models.SystemInformation
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax string SystemType { get; set; }
Property SystemType As String
Get
Set
property String^ SystemType {
String^ get ();
void set (String^ value);
}
abstract SystemType : string with get, set
Property Value
Type:
String
The type of the system.
See Also