Propagated ( "CIM_Product.IdentifyingNumber" ) MaxLen ( 64 ) Key string ProductIdentifyingNumber ; The scoping Product's identification. |
Propagated ( "CIM_Product.Name" ) MaxLen ( 256 ) Key string ProductName ; The scoping Product's commonly used name. |
Propagated ( "CIM_Product.Vendor" ) MaxLen ( 256 ) Key string ProductVendor ; The scoping Product's name. |
Propagated ( "CIM_Product.Version" ) MaxLen ( 64 ) Key string ProductVersion ; The scoping Product's version information. |
MaxLen ( 256 ) Key string SystemID ; The identifying information of the System (ie, the instance) on which the Product is installed. If the System is not known, this property returns NULL. If the System is known and represented in CIM, the property contains the namespace and model paths of the instance, encoded as a string parameter. If known but not represented in CIM, the property contains some identifying string that names the System on which the Product is installed. |
MaxLen ( 256 ) string Name ; The Name property defines the label by which the object is known to the world, outside the data processing system. This label is a human-readable name that uniquely identifies the element in the context of the element's namespace. |
MaxLen ( 256 ) Key string CollectionID ; The identification of the InstalledProduct object. This key can be used to differentiate between Product installations and could include the installation location. |
MaxLen ( 64 ) string Caption ; The Caption property is a short textual description (one- line string) of the object. |
string Description ; The Description property provides a textual description of the object. |
string ElementName ; A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. |