IsolatedStorage.AvailableFreeSpace Property

Definition

When overridden in a derived class, gets the available free space for isolated storage, in bytes.

public:
 virtual property long AvailableFreeSpace { long get(); };
public virtual long AvailableFreeSpace { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual long AvailableFreeSpace { get; }
member this.AvailableFreeSpace : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.AvailableFreeSpace : int64
Public Overridable ReadOnly Property AvailableFreeSpace As Long

Property Value

The available free space for isolated storage, in bytes.

Attributes

Exceptions

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

Remarks

The IsolatedStorageFile.AvailableFreeSpace property overrides this property.

Applies to