IsolatedStorageFile::Quota Property

 

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() override;
	internal: virtual void set(long long value) override;
}

Property Value

Type: System::Int64

The limit of isolated storage space, in bytes.

Exception Condition
IsolatedStorageException

The isolated store has been removed.

-or-

Isolated storage is disabled.

ObjectDisposedException

The isolated store has been disposed.

.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: