IsolatedStorage.UsedSize Property

Definition

When overridden in a derived class, gets a value that represents the amount of the space used for isolated storage.

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

Property Value

The used amount of isolated storage space, in bytes.

Attributes

Exceptions

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

Remarks

The IsolatedStorageFile.UsedSize property overrides this property.

Applies to