Retrieves or assigns the level of isolated storage that should be declared.
[Visual Basic] Public Property UsageAllowed As IsolatedStorageContainment [C#] public IsolatedStorageContainment UsageAllowed {get; set;} [C++] public: __property IsolatedStorageContainment get_UsageAllowed(); public: __property void set_UsageAllowed(IsolatedStorageContainment); [JScript] public function get UsageAllowed() : IsolatedStorageContainment; public function set UsageAllowed(IsolatedStorageContainment);
One of the values specified by the IsolatedStorageContainment enumeration.
IsolatedStoragePermissionAttribute Class | IsolatedStoragePermissionAttribute Members | System.Security.Permissions Namespace