setStringProperty function

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

  • value   The qa_string value of the property.

Remarks

Sets a qa_string 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.