CPropertyAccessor::PutValue

void CPropertyAccessor::PutValue(_SourceClass* pObj, const VARIANT& propVal)

Store a property value.

Defined in: PropAccessor.h

Return Value

void

Parameters

pObj

Pointer to the object on which to invoke the put function on.

propVal

Input value used to set the property value.

Comments

This function invokes the put function on the given source object in order to store the value.