qa_bool QAManagerBase::setBooleanStoreProperty(
qa_const_string name,
qa_bool value
)
name The pre-defined or custom property name.
value The qa_bool value of the property.
Sets a pre-defined or custom message store property to a boolean value.
You can use this method to set pre-defined or user-defined client. store properties.
For a list of pre-defined properties, see MessageStoreProperties class.
For more information, see Client message store properties.
True if and only if the operation succeeded.