Click or drag to resize

SystemInfoModel Property

Win32_ComputerSystem: Product name that a manufacturer gives to a 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 Model { get; set; }

Property Value

Type: String
The model.

Implements

ISystemInfoModel
See Also