次の方法で共有


IsolatedStoragePermission.UserQuota プロパティ

各ユーザーが使用する領域全体のサイズに基づいてクォータを取得または設定します。

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

プロパティ値

ユーザーに割り当てたリソースのサイズ。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

IsolatedStoragePermission クラス | IsolatedStoragePermission メンバ | System.Security.Permissions 名前空間