Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft