Click or drag to resize

featurePropertiespersonalization_DoNotPersist Property

Do not allow personalization to be persisted beyond the current session. This should generally be set on applications that are public with a single "guest" user.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
bool personalization_DoNotPersist { get; }

Property Value

Type: Boolean
Do not allow personalization to be persisted beyond the current session. This should generally be set on applications that are public with a single "guest" user.
See Also