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

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAMessage interface

 

propertyExists method

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

Throws
  • Thrown if there is a problem checking if the property has been set.

Remarks

Indicates whether the given property has been set for this message.

Returns

True if the property exists.