SystemInfoSystemType 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 [DataMemberAttribute]
public string SystemType { get; set; }
<DataMemberAttribute>
Public Property SystemType As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ SystemType {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract SystemType : string with get, set
[<DataMemberAttribute>]
override SystemType : string with get, set
Property Value
Type:
String
The type of the system.
Implements
ISystemInfoSystemTypeSee Also