@jc:task-set-property Annotation
Sets the value of a single Task property. To set the values for more than one property at a time, use @jc:task-update Annotation.
Used by the Task control.
Syntax
@jc:task-set-property
[name="the name of a property to set"]
[value="the value to set the property"]
Attributes
name
A string that specifies the name of the property.
value
A string that specifies the value to assign the property.