propertyExists method

Syntax
boolean QAManagerBase.propertyExists(
  String name
)
throws QAException
Parameters
  • name   The pre-defined or custom property name.

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

Remarks

Tests if a value for the given property exists.

You can use this method to determine if a given property name currently has a value mapped to it by the message store.

See Also

MessageStoreProperties interface