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