IsPersistContext property: BannerTile class
Description
Use the IsPersistContext property to set or return a boolean value indicating whether the context keys and values are persisted in memory throughout the user's session. Set this property in the constructor method of your custom application class. If IsPersistContext is set to False, the default context keys and values as specified by SetDefaultContext are still propagated to the tiles on the dashboard. However, these keys and values are not retained in memory.
Note:
The default value is True.
This property is read/write.
Example
%This.IsPersistContext = False;