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!

IsolatedStoragePermissionAttribute.PermanentData

Retrieves or assigns a value indicating whether the ability to retain data indefinitely should be declared.

[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 the ability to retain data idefinitely is being declared.

See Also

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