IsolatedStorageSettings.Contains Method
Silverlight
Determines if the application settings dictionary contains the specified key.
Namespace: System.IO.IsolatedStorage
Assembly: System.Windows (in System.Windows.dll)
Parameters
- key
- Type: System.String
The key for the entry to be located.
Return Value
Type: System.Booleantrue if the dictionary contains the specified key; otherwise, false.
| 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.