| IsolatedStorageSettings Properties |
The IsolatedStorageSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplicationSettings |
Gets an instance of System.IO.IsolatedStorage.IsolatedStorageSettings that
contains the contents of the application's System.IO.IsolatedStorage.IsolatedStorageFile,
scoped at the application level, or creates a new instance of System.IO.IsolatedStorage.IsolatedStorageSettings
if one does not exist.
| |
| Count |
Gets the number of key-value pairs that are stored in the dictionary.
| |
| Item |
Gets or sets the value associated with the specified key.
| |
| Keys |
Gets a collection that contains the keys in the dictionary.
| |
| Values |
Gets a collection that contains the values in the dictionary.
|