Application
GETAPPLICATIONPROPERTY
The GETAPPLICATIONPROPERTY function retrieves a property value from the application.
Syntax: GETAPPLICATIONPROPERTY(PropertyName, PropertyType)
PropertyName: The name of the property.
PropertyType (optional): Type of the property.
Example: GETAPPLICATIONPROPERTY("AppVersion") The function will return the value of the "AppVersion" property.
Last updated