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.

IsolatedStorage::Quota Property

.NET Framework (current version)
 

When overridden in a derived class, gets a value that represents the maximum amount of space available for isolated storage.

Namespace:   System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

public:
[ComVisibleAttribute(false)]
property long long Quota {
	virtual long long get();
	internal: virtual void set(long long value);
}

Property Value

Type: System::Int64

The limit of isolated storage space, in bytes.

Exception Condition
InvalidOperationException

An operation was performed that requires access to Quota, but that property is not defined for this store. Stores that are obtained by using enumerations do not have a well-defined Quota property, because partial evidence is used to open the store.

The IsolatedStorageFile::Quota property overrides this property.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft