Tests if there currently exists a value for the given the property.
boolean QAManagerBase.propertyExists(String name) throws QAException
name The predefined or custom property name.
true if the message store has a value mapped to the property. false otherwise.
QAException class Thrown if there is a problem retrieving the property value.
You can use this method to determine if a given property name currently has a value mapped to it by the message store.
For a list of predefined properties, see MessageStoreProperties.