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.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property long long Quota { virtual long long get(); internal: virtual void set(long long value); }
| 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
Available since 4.0
Show: