<setprop> Element Reference
The <setprop> element provides a way to change the value or type of a
property.
| Attributes |
| Name | Format | Description |
| name (required) | string | The name of the property that was previously created using the <prop>
element. It must exist and be in the current scope.
| | type | Type | The <type> reference of the property. This must be specified even if the
type hasn't changed, otherwise the type will be removed.
| | value (required) | Expression | The new value of the property.
|
|
| Children | <comment>?? = 0 or 1 occurence, * = 0 or more occurences |
Detail
See the <oob> element reference for an example.