IsolatedStoragePermissionAttribute.UserQuota-Eigenschaft

Ruft die maximale Größe des Speicherkontingents für Benutzer ab oder legt diese fest.

Namespace: System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Property UserQuota As Long
'Usage
Dim instance As IsolatedStoragePermissionAttribute
Dim value As Long

value = instance.UserQuota

instance.UserQuota = value
public long UserQuota { get; set; }
public:
property long long UserQuota {
    long long get ();
    void set (long long value);
}
/** @property */
public long get_UserQuota ()

/** @property */
public void set_UserQuota (long value)
public function get UserQuota () : long

public function set UserQuota (value : long)

Eigenschaftenwert

Die maximale Größe des Speicherkontingents für Benutzer in Bytes.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IsolatedStoragePermissionAttribute-Klasse
IsolatedStoragePermissionAttribute-Member
System.Security.Permissions-Namespace