Win32_ComputerSystemProduct class
The Win32_ComputerSystemProduct WMI class represents a product. This includes software and hardware used on this computer system.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
class Win32_ComputerSystemProduct : CIM_Product
{
string Caption;
string Description;
string IdentifyingNumber;
string Name;
string SKUNumber;
string UUID;
string Vendor;
string Version;
};
Members
The Win32_ComputerSystemProduct class has these types of members:
Properties
The Win32_ComputerSystemProduct class has these properties.
- Caption
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (64)
Short description of the object—a one-line string. This property is inherited from CIM_Product.
- Description
-
- Data type: string
- Access type: Read-only
Description of the product. This property is inherited from CIM_Product.
- IdentifyingNumber
-
Product identification, such as a serial number on software or a die number on a hardware chip. This property is inherited from CIM_Product.
- Name
-
Commonly used product name. This property is inherited from CIM_Product.
- SKUNumber
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (64)
Product SKU (stock-keeping unit) information. This property is inherited from CIM_Product.
- UUID
-
- Data type: string
- Access type: Read-only
Universally unique identifier (UUID) for this product. A UUID is a 128-bit identifier that is guaranteed to be different from other generated UUIDs. If a UUID is not available, a UUID of all zeros is used.
- Vendor
-
- Data type: string
- Access type: Read-only
- Qualifiers: MaxLen (256)
Name of the product supplier. Corresponds to the Vendor property in the product object in the Distributed Management Task Force (DMTF) Solution Exchange Standard. This property is inherited from CIM_Product.
- Version
-
Product version information. Corresponds to the Version property in the product object in the DMTF Solution Exchange Standard. This property is inherited from CIM_Product.
Remarks
The Win32_ComputerSystemProduct class is derived from CIM_Product.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012