IsolatedStorageSettings.TryGetValue<T> Method
Silverlight
Gets a value for the specified key.
Namespace: System.IO.IsolatedStorage
Assembly: System.Windows (in System.Windows.dll)
Type Parameters
- T
The Type of the value parameter.
Parameters
- key
- Type: System.String
The key of the value to get.
- value
- Type: T%
When this method returns, the value associated with the specified key if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
| Exception | Condition |
|---|---|
| ArgumentNullException |
key is null. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.