Specifies the maximum storage quota size that should be declared.
[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);
Quota size in bytes.
IsolatedStoragePermissionAttribute Class | IsolatedStoragePermissionAttribute Members | System.Security.Permissions Namespace