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