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

setBooleanProperty function Next Page

setByteProperty function


Synopsis

void QAMessage::setByteProperty(
qa_const_string name,
qa_byte value
)

Parameters
Remarks

Sets a qa_byte 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