CIM_ApplicationSystemSoftwareFeature class

The CIM_ApplicationSystemSoftwareFeature class represents an association that identifies the software features that make up a particular application system. The software features can be included in different products.

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("{0E17B9EA-E3D3-11d2-8601-0000F8102E5F}"), Abstract, AMENDMENT]
class CIM_ApplicationSystemSoftwareFeature : CIM_SystemComponent
{
  CIM_SoftwareFeature   REF PartComponent;
  CIM_ApplicationSystem REF GroupComponent;
};

Members

The CIM_ApplicationSystemSoftwareFeature class has these types of members:

Properties

The CIM_ApplicationSystemSoftwareFeature class has these properties.

GroupComponent

Data type: CIM_ApplicationSystem

Access type: Read-only

Qualifiers: Min (0), Override ("GroupComponent")

A CIM_ApplicationSystem that contains the parent system in the association.

PartComponent

Data type: CIM_SoftwareFeature

Access type: Read-only

Qualifiers: Min (0), Override ("PartComponent")

A CIM_SoftwareFeature that contain the child element that is a component of a system.

Remarks

The CIM_ApplicationSystemSoftwareFeature class is derived from CIM_SystemComponent.

WMI does not implement this class.

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

See also

CIM_SystemComponent