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.