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

In System Center 2012 Configuration Manager, the CCM_Policy_ExpressionHandlerRegistration class is a client Windows Management Instrumentation (WMI) class that describes a registered expression handler for a policy. An expression handler is a COM object that implements the ICcmPolicyExpressionHandler interface.

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

Class CCM_Policy_ExpressionHandlerRegistration : CCM_Policy_Config
{
	String Clsid;
	String Name;
};

Methods

The CCM_Policy_ExpressionHandlerRegistration class does not define any methods.

Properties

Clsid

Data type: StringAccess type: Read/WriteQualifiers: [Not_Null:ToInstance]Class ID of the expression handler COM object, in registry format.
Name

Data type: StringAccess type: Read/WriteQualifiers: [key] Name of the expression handler. The name is the same as the value of the ExpressionType property in CCM_Policy_Expression Client WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also