IClientProperty Client COM Automation Interface
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
The IClientProperty interface, in Configuration Manager, defines a single system property value for the Configuration Manager client.
Properties
Name | Description |
---|---|
Defines the name of the system property. |
|
Defines the value of the system property. |
|
Defines the resource ID of the display name for the system property. |
|
Defines the name of the resource DLL that contains the display name of the system property. |
Remarks
The Configuration Manager client has numerous system properties, ranging from the IP address to the Configuration Manager unique identifier of the client. This interface is used to store a single name/value pair for these system properties. The Name property provides a nonlocalized name of the action that can be used if necessary. However, the true localized string for the action name can be obtained by loading the string from the resource DLL and the resource ID specified in the corresponding properties.
The ProgID for the automation object is CPApplet.ClientProperty and it is implemented as part of CPApplet.dll. The Visual Basic reference for early binding is CPApplet 1.0 Type Library. The early binding object name is ClientProperty.
The GUID for IClientProperty is 53FC6137-F53B-4411-BCEB-7810CC712344.
Requirements
CPApplet.DLL
Runtime Requirements
For more information, see Configuration Manager Client Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Client Development Requirements.