Description
Gets property from the property bag of the desired class.
Parent Tag
None
Can Be Nested
No
Attributes |
|
Name |
Description |
type |
Deprecated. This attribute is considered obsolescent and is in the process of being phased out. |
id |
Id of the class to get property of. To use an existing variable's value, enter the variable name prefixed by $ (dollar sign). |
key |
Name of the property to get. |
storeResults |
Set to 'Yes' if the results should be stored in a variable instead of being immediately displayed. The default is 'No' if this attribute is not provided. If set to 'Yes', then the results can be read from the variable 'getProperty.results'. |
Variables |
|
Name |
Description |
getProperty.results |
This variable provides the proprty value retrieved only if the attribute 'storeResults' is set to 'Yes'. |
Remarks
This must be an empty tag.