The IClientProperty interface, in Configuration Manager, defines a single system property value for the Configuration Manager client.

Properties

Name Description

IClientProperty::Name Property

Defines the name of the system property.

IClientProperty::Value Property

Defines the value of the system property.

IClientProperty::DisplayNameResID Property

Defines the resource ID of the display name for the system property.

IClientProperty::DisplayNameResDLL 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

Development Requirements

See Also


Send comments about this topic to Microsoft.