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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Interface QAMessage

 

getProperty method

Syntax
Object ianywhere.qanywhere.client.QAMessage.getProperty(
  String name
)
throws QAException
Parameters
  • name   The property name.

Throws
  • Thrown if there is a conversion error getting the property value.
Remarks

Gets a message property.

Returns

The property value, or null if the property does not exist.