7. Property Setters

Property Setters are used to manipulate portal properties. A setter consists of two operands and an operator. The left operand is the path to a portal property and the right operand may be a static value or also a property path. Property Setters are mainly used in two places:

See also Section 8, “Portal Property Paths” for details on property paths.

A Property Setter may be one of the following:

[Note]Note

The operators += and -= can only be used on multivalue properties and will add/remove the referenced values.

[Note]Note

When path.to.object resolves to more than one object, ALL referenced objects that have to property property are modified in the same way.