Gets the specified property.

Syntax

Smartsite SXML CopyCode image Copy Code
any personalization.get(string appName, string propertyName)
any personalization.get(string appName, string propertyName, enum source)

Parameters

Name Data Type Description
appName String Name of the application.
propertyName String Name of the property.
source Enum The personalization profile source.
Enum values:
  • Active
    The active (currently loaded) profile.
  • Anonymous
    The anonymous profile property.
  • Authenticated
    The authenticated profile property.
  • Latest
    The latest written property.

Return Value

Data Type Description
Any Value of the property

Expand image Example

Expand image See Also

SXML