getShortProperty function

Syntax
qa_bool QAMessage::getShortProperty(
  qa_const_string name,
  qa_short * value
)
Parameters
  • name   The name of the property to get.

  • value   The destination for the qa_short value.

Remarks

Gets the value of the qa_short property with the specified name.

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

See Also

MessageProperties class

Returns

True if and only if the operation succeeded.