Retrieve the value of a collaboration configuration property.
Syntax
String getConfigProperty(String propertyName)
Parameters
Return values
Returns the value of the configuration property. If the property does not exist, returns an empty string ("").
Examples
The following example obtains the value of the VALIDATE_CUSTOMER property and assigns it to the variable validateProp.
String validateProp = getConfigProperty("VALIDATE_CUSTOMER");