Sets the specified global storage property.

Syntax

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

Parameters

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

Return Value

None.
SXML