Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QAMessage class

setAddress function Next Page

setBooleanProperty function


Synopsis

void QAMessage::setBooleanProperty(
qa_const_string name,
qa_bool value
)

Parameters
Remarks

Sets the qa_bool property with the specified name to the specified value.

For more information about getting and setting message headers and properties, see Message headers and message properties.

See Also

MessageProperties class