.NET Framework Class Library for Silverlight
IsolatedStorageFile Properties
The IsolatedStorageFile type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
AvailableFreeSpace | Gets a value that represents the amount of free space available for isolated storage. |
|
IsEnabled | Gets a value that indicates whether isolated storage is enabled. |
|
Quota | Gets a value that represents the maximum amount of space available for isolated storage. |
|
UsedSize | Gets a value that represents the amount of the space used for isolated storage. |
See Also