CIM_InstalledSoftwareElement class

The CIM_InstalledSoftwareElement class associates a computer system with an installed software element.

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 inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[UUID("{A7B05028-DB2A-11d2-85FC-0000F8102E5F}"), Association, Abstract, AMENDMENT]
class CIM_InstalledSoftwareElement
{
  CIM_SoftwareElement REF Software;
  CIM_ComputerSystem  REF System;
};

Members

The CIM_InstalledSoftwareElement class has these types of members:

Properties

The CIM_InstalledSoftwareElement class has these properties.

Software

Data type: CIM_SoftwareElement

Access type: Read-only

Qualifiers: Min (0), Max (FALSE)

Reference to the software element that is installed on the computer system.

System

Data type: CIM_ComputerSystem

Access type: Read-only

Qualifiers: Min (0), Max (FALSE)

Reference to the computer system hosting a particular software element.

Remarks

WMI does not implement this class. For classes derived from CIM_InstalledSoftwareElement, 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