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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAMessage class

 

setLongProperty function

Syntax
void QAMessage::setLongProperty(
  qa_const_string name,
  qa_long value
)
Parameters
  • name   The name of the property to set.

  • value   The qa_long value of the property.

Remarks

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

For more information about getting and setting message headers and properties, see Introduction to QAnywhere messages.

See Also

MessageProperties class.