Click or drag to resize
IsolatedStorageSettingsContains Method
Determines if the application settings dictionary contains the specified key.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public bool Contains(
	string key
)

Parameters

key
Type: SystemString
The key for the entry to be located.

Return Value

Type: Boolean
true if the dictionary contains the specified key; otherwise, false.
See Also