IsolatedStoragePermission::UserQuota Property

 

Gets or sets the quota on the overall size of each user's total store.

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

public:
property long long UserQuota {
	long long get();
	void set(long long value);
}

Property Value

Type: System::Int64

The size, in bytes, of the resource allocated to the user.

.NET Framework
Available since 1.1
Return to top
Show: