How to enter property references in expressions |
A property reference identifies a property (or a part of an aggregate property) that is a source or destination for a value:
This topic explains the syntax used in such references, sometimes called dot notation. You can use this syntax in many methods and rules, including:
When you set or retrieve a value of a property, you can only set or retrieve it to or from a clipboard page. Most pages have an associated class and a name. The standard dot notation to reference a property is:
pagename.propertyname
This notation works for both source and target.
You can use the keywords local, param, parent, primary, and top in place of an explicit page name. The keywords are not case-sensitive: Param.Width, PARAM.Width and param.Width all refer to the same parameter.
References to properties must match the exact case of the Property Name field in the property definition — the Rule-Obj-Property instance.
embedded page, primary page | |
Aggregate
properties in expressions
How to complete a Pages & Classes tab Understanding page names and reserved pages |