CIM_Product class

The CIM_Product class is a concrete class that represents a collection of physical elements, software features and, other products, acquired as a unit. Acquisition implies an agreement between the supplier and consumer, which can have implications on product licensing, support, and warranty.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[abstract, UUID("{FAF76B63-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_Product
{
  string Caption;
  string Description;
  string IdentifyingNumber;
  string Name;
  string SKUNumber;
  string Vendor;
  string Version;
};

Members

The CIM_Product class has these types of members:

Properties

The CIM_Product class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Short textual description for the product.

Description

Data type: string

Access type: Read-only

Textual description of the product.

IdentifyingNumber

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (64), MappingStrings ("MIF.DMTF|ComponentID|001.4")

Product identification, such as a serial number on software, a die number on a hardware chip, or (for noncommercial products) a project number.

Name

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256), MappingStrings ("MIF.DMTF|ComponentID|001.2")

Commonly used product name.

SKUNumber

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

Product's stock-keeping unit (SKU) information.

Vendor

Data type: string

Access type: Read-only

Qualifiers: CIM_Key, MaxLen (256), MappingStrings ("MIF.DMTF|ComponentID|001.1")

Name of the product's supplier, or the entity selling the product (the manufacturer, reseller, OEM, and so on).

Version

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (64), MappingStrings ("MIF.DMTF|ComponentID|001.3")

Product version information.

Remarks

WMI does not implement this class. For WMI classes that are derived from CIM_Product, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll