I need an expression to read application properties.
I found something in the help describing how to "Use Application Properties" in an expression however it's actually describing how to use system properties in an expression.
https://www.vtscada.com/help/Content/Scripting/Expressions/UseAppProperties.htm
When tried to use ...
\Code.PropertyName
... it did not work when my property was in the application section but it did work when my property was in the system section.
What's the syntax for an expression which reads a property from an application's application section?
I need an expression to read application properties.
I found something in the help describing how to ["Use Application Properties"](https://www.vtscada.com/help/Content/Scripting/Expressions/UseAppProperties.htm?tocpath=Scripting%7CExpressions%7C_____10 ""Use Application Properties"") in an expression however it's actually describing how to use system properties in an expression.
[https://www.vtscada.com/help/Content/Scripting/Expressions/UseAppProperties.htm](https://www.vtscada.com/help/Content/Scripting/Expressions/UseAppProperties.htm)
When tried to use ...
````
\Code.PropertyName
````
... it did not work when my property was in the application section but it did work when my property was in the system section.
What's the syntax for an expression which reads a property from an application's application section?