| CIM_ModifySettingAction |
| This class specifies the information to be used to modify a particular setting file for a specific entry with a specific value. The value specified is created as a new entry or appends to, replaces, removes from, or deletes the specified entry. All additions are assumed to be case sensitive. Removes are assumed to be case insensitive. |
| NameSpace Path |
| \ROOT\CIMV2 |
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| ActionID | | String | The ActionID property is a unique identifier assigned to a particular action for a software element. |
| ActionType | | UInt16 | Type of action to be performed on the specified setting entry. Create - Creates the specified entry. Delete - Deletes the specified entry. Append - Append to the end of the specified entry. Remove - Remove the value from the specified entry. |
| Caption | | String | NA |
| Description | | String | A description of the object. |
| Direction | | UInt16 | The Direction property indicates whether a particular CIM_Action object is part of a sequence of actions to transition the current software element to its next state, such as "Install" or to remove the current software element, such as "Uninstall". |
| EntryName | | String | Name of entry to be modified. |
| EntryValue | | String | This is the value to be used to add, append, or replace to the specified setting. |
| FileName | | String | File name of setting file entry to be modified. |
| Name | | String | Name is used to identify this software element |
| SectionKey | | String | This is the key of the section of the setting entry to be modified. |
| SoftwareElementID | | String | The SoftwareElementID is an identifier for this software element. |
| SoftwareElementState | | UInt16 | The SoftwareElementState indicates the state of a software element |
| TargetOperatingSystem | | UInt16 | The TargetOperatingSystem indicates the target operating system of the owning software element. |
| Version | | String | Version should be in the form .. or .. |
| SAMPLE DATA INSTANCE |
   Class does not currently contain data instances
|