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.UsageAllowed

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

Property Value

One of the values specified by the IsolatedStorageContainment enumeration.

See Also

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