Gets the specified global storage property.

Syntax

Smartsite SXML CopyCode image Copy Code
any storage.get(string appName, string propertyName)

Parameters

Name Data Type Description
appName String Name of the application.
propertyName String Name of the property.

Return Value

Data Type Description
Any Object
SXML