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_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: StringAccess type: Read/WriteQualifiers: [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: StringAccess type: Read/WriteQualifiers: NoneCOM class description.
- PolicyID
- Data type: StringAccess type: Read/WriteQualifiers: [key] See CCM_Policy Client WMI Class.
- PolicyInstanceID
- Data type: StringAccess type: Read/WriteQualifiers: [key] See CCM_Policy Client WMI Class.
- PolicyPrecedence
- Data type: UInt32Access type: Read/WriteQualifiers: NoneSee CCM_Policy Client WMI Class.
- PolicyRuleID
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicySource
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy Client WMI Class.
- PolicyVersion
- Data type: StringAccess type: Read/WriteQualifiers: [key]See CCM_Policy 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.