Controls the ability to retain data in the isolated store indefinitely.
[Visual Basic] Public Property PermanentData As Boolean [C#] public bool PermanentData {get; set;} [C++] public: __property bool get_PermanentData(); public: __property void set_PermanentData(bool); [JScript] public function get PermanentData() : Boolean; public function set PermanentData(Boolean);
True indicates that data may be retained indefinitely.
IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace