IsolatedStorage.Quota Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, gets a value that represents the maximum amount of space available for isolated storage.
public:
virtual property long Quota { long get(); };
public virtual long Quota { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual long Quota { get; }
member this.Quota : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Quota : int64
Public Overridable ReadOnly Property Quota As Long
Property Value
The limit of isolated storage space, in bytes.
- Attributes
Exceptions
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.
Remarks
The IsolatedStorageFile.Quota property overrides this property.