Share via


CCM_Policy_Action Client WMI Class

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the CCM_Policy_Action class is a client Windows Management Instrumentation (WMI) class that represents settings for a policy action.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class CCM_Policy_Action : CCM_Policy_Config
{
      String ActionData;
      String ActionType;
};

Methods

The CCM_Policy_Action class does not define any methods.

Properties

  • ActionData
    Data type: String

    Access type: Read/Write

    Qualifiers: [Not_Null:ToInstance]

    Handler-specific data and policy settings defined in MOF to be compiled directly into the appropriate RequestedConfig namespace. The MOF text should only contain object definitions and should not include any class definitions or #pragma statements.

  • ActionType
    Data type: String

    Access type: Read/Write

    Qualifiers: [Not_Null:ToInstance]

    The type of the action, which must map to a registered action handler. The default value is WMI-MOF.

Remarks

This class is only used to support objects reflected in the RuleActions property in CCM_Policy_Rule Client WMI Class.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Policy Agent Client WMI Classes