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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAMessage interface

 

getStringProperty method

Syntax
String QAMessage.getStringProperty(
  String name
)
throws QAException
Parameters
  • name   The property name.

Throws
  • Thrown if there is a problem retrieving the message property.

Remarks

Gets a String message property.

See Also

MessageProperties interface

Returns

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