Property
defines a new property within the current script. The value
of the property can be defined with the value attribute or can
be loaded from the full contents of a file specified by the uri
attribute.
Required Attributes
name
name of the property to define.
Optional Attributes
value
value to give the property defined.
uri
the uri attribute can be used to load the contents of a
specified file into the value of a property.
overwrite
defaults to false, and this defines if the property being
defined should overwrite existing values of any property
or not.
Usage Examples
Example #1
<property name="testvar1" value="values" />
Example #2
<property name="testvar1" uri="storage://INPUT/myobject" />
Example #3
<property encoding="UTF-8" name="testvar1" uri="storage://INPUT/myobject" />