IsolatedStorageFile::AvailableFreeSpace Property

 

Gets a value that represents the amount of free space available for isolated storage.

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

public:
[ComVisibleAttribute(false)]
property long long AvailableFreeSpace {
	virtual long long get() override;
}

Property Value

Type: System::Int64

The available free space for isolated storage, in bytes.

Exception Condition
InvalidOperationException

The isolated store is closed.

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: