Share via


CCM_Policy_ActionHandlerRegistration 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

Important

This class supports the Configuration Manager 2007 infrastructure and is not intended to be used directly from your code.

In Configuration Manager 2007, the CCM_Policy_ActionHandlerRegistration class is a client Windows Management Instrumentation (WMI) class that represents an action handler registration for a policy. An action handler is a COM object that applies a particular type of policy.

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

Class CCM_Policy_ActionHandlerRegistration : CCM_Policy_Config
{
      String Clsid;
      String Name;
      String Type;
};

Methods

The CCM_Policy_ActionHandlerRegistration class does not define any methods.

Properties

  • Clsid
    Data type: String

    Access type: Read/Write

    Qualifiers: [Not_Null:ToInstance]

    Class ID of the action handler COM object in registry format.

  • Name
    Data type**: String**

    Access type: Read/Write

    Qualifiers: [key]

    Name of the action handler. This name is the same as the value of the ActionType property in CCM_Policy_Action Client WMI Class.

  • Type
    Data type: String

    Access type: Read/Write

    Qualifiers: [Not_Null:ToInstance]

    The type of the action handler, which defaults to WMI. The handler implements the ICcmPolicyWmiActionHandler interface for creating WMI objects in the RequestConfig namespace.

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
CCM_Policy_Action Client WMI Class