Click or drag to resize
IsolatedStorageSettingsRemove Method
Removes the entry with the specified key.

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

Parameters

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

Return Value

Type: Boolean
true if the specified key was removed; otherwise, false.
See Also