Sets or retrieves the type of isolated storage containment allowed.
[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.
IsolatedStoragePermission Class | IsolatedStoragePermission Members | System.Security.Permissions Namespace