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

 

getBooleanProperty method

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

Throws
  • Thrown if there is a conversion error getting the property value or if the property does not exist.
Remarks

Gets a boolean message property.

See Also

Interface MessageProperties

Returns

The property value.