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; }
ReadOnly Property personalization_DoNotPersist As Boolean
Get
Property Value
Type:
BooleanDo 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