getConfigProperty()

Retrieve the value of a collaboration configuration property.

Syntax

String getConfigProperty(String propertyName)
 

Parameters

propertyName
The name of a property defined in the collaboration template.

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");
 

Copyright IBM Corp. 2003, 2004