Share via


CCM_Service_HostedClass 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_Service_HostedClass class is a client Windows Management Instrumentation (WMI) class that configures a COM class to be hosted in the CCMEXEC service.

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

Class CCM_Service_HostedClass : CCM_Policy
{
      String CLSID;
      String Description;
      String PolicyID;
      String PolicyInstanceID;
      UInt32 PolicyPrecedence;
      String PolicyRuleID;
      String PolicySource;
      String PolicyVersion;
};

Methods

The CCM_Service_HostedClass class does not define any methods.

Properties

  • CLSID
    Data type: String

    Access type: Read/Write

    Qualifiers: [Realkey]

    CLSID of the COM class that will be hosted in the service. The class must be registered as an in-process DLL component and be associated with the same application ID as CCMEXEC.

  • Description
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    COM class description.

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

Client Framework and Data Transfer Client WMI Classes