IPropertyContainer::PutPropertyValue
virtual boolIPropertyContainer::PutPropertyValue(const PropertyIdpropId, const VARIANT&propVal)
Set a property value using the property ID.
Defined in: PropIface.h
Return Value
Returns true if the property value for the given property ID is found and the value successfully assigned, otherwise it returns false.
Parameters
propId
Property ID to store.
propVal
Value to store in property.