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);
True indicates that the ability to retain data idefinitely is being declared.
IsolatedStoragePermissionAttribute Class | IsolatedStoragePermissionAttribute Members | System.Security.Permissions Namespace