PROPERTY
Returns the project property value.
Set the project property value by going to the File Menu > Properties. Then click onto the ellipsis to open the Properties collection window and click Add. Create a name and add a value for the property.
You can then return the value with the PROPERTY function.
Syntax
string PROPERTY(string name)
Inputs
Object | Data Type | Description |
---|---|---|
name | String | The property name. |