IsolatedStorage::UsedSize Property
.NET Framework (current version)
When overridden in a derived class, gets a value that represents the amount of the space used for isolated storage.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property long long UsedSize { virtual long long get(); }
| Exception | Condition |
|---|---|
| InvalidOperationException | 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. |
The IsolatedStorageFile::UsedSize property overrides this property.
.NET Framework
Available since 4.0
Available since 4.0
Show: