IsolatedStorageSettingsContains Method |
Determines if the application settings dictionary contains the specified
key.
Namespace: System.IO.IsolatedStorageAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Contains(
string key
)
Parameters
- key
- Type: SystemString
The key for the entry to be located.
Return Value
Type:
Booleantrue if the dictionary contains the specified key; otherwise, false.
See Also