Share via


IClientProperties 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 IClientProperties interface, in Configuration Manager, defines a collection of IClientProperty Client COM Automation Interface objects.

Methods and Properties

Name Description

IClientProperties::Item Method

Accesses a specific IClientProperty object by index in the collection.

IClientProperties::Count Property

Defines the number of IClientProperty objects in the collection.

IClientProperties::_NewEnum Method

Enumerates through the IClientProperty objects in the collection.

Remarks

The ProgID for the automation object is CPApplet.ClientProperties, 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 ClientProperties.

The IID for IClientProperties is 18E89A5A-D91F-4BAF-9272-289767F5212A.

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.

See Also

Concepts

CPApplet Client COM Automation Classes