IsolatedStoragePermissionAttribute::UserQuota Property

 

Gets or sets the maximum user storage quota size.

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 maximum user storage quota size in bytes.

.NET Framework
Available since 1.1
Return to top
Show: