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

Specifies the maximum storage quota size.

[Visual Basic]
Public Property UserQuota As Long
[C#]
public long UserQuota {get; set;}
[C++]
public: __property __int64 get_UserQuota();
public: __property void set_UserQuota(__int64);
[JScript]
public function get UserQuota() : long;
public function set UserQuota(long);

Property Value

Quota size in bytes.

See Also

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