NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IsolatedStoragePermission.PermanentData

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);

Property Value

True indicates that data may be retained indefinitely.

See Also

IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace