A value can be:
| value | The value. |
| Example 1 | A value that is a constant string value. |
| Example 2 | A value that is a reference to a property. |
| Configured By | ATTRIBUTE |
| Access | READ_WRITE |
| Required | No. |
The value.
A value that is a constant string value.
<value value="apple"/>
A value that is a reference to a property.
<value value="${vars.fruit}"/>