Test the existence of a collaboration configuration property.
boolean existsConfigProperty(String propertyName)
Returns true if the property exists; returns false if it does not exist.
The following example tests for the existence of the VALIDATE_CUSTOMER property.
boolean validatePropExists = existsConfigProperty("VALIDATE_CUSTOMER");