Sets a predefined or custom message store property to a float value.
public virtual qa_bool setFloatStoreProperty( qa_const_string name, qa_float value )
name The predefined or custom property name.
value The qa_float value of the property.
True if and only if the operation succeeded.
You can use this method to set predefined or user-defined client store properties.
For a list of predefined properties, see MessageStoreProperties.
For more information, see Client message store properties.