CIM_LastAppliedSettingData class

An association between an object and another object which has been applied to it.

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 the inherited properties.

Syntax

class CIM_LastAppliedSettingData
{
  CIM_ManagedElement REF Target;
  CIM_ManagedElement REF AppliedObject;
};

Members

The CIM_LastAppliedSettingData class has these types of members:

Properties

The CIM_LastAppliedSettingData class has these properties.

AppliedObject

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The object that was applied to the target object.

Target

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

The object that was the target of the object's application.

Requirements

Requirement Value
Namespace
Root\CIMV2