| IsolatedStorageSettingsRemove Method  | 
            Removes the entry with the specified key.
            
 
Namespace: System.IO.IsolatedStorageAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntaxpublic bool Remove(
	string key
)
Parameters
- key
 - Type: SystemString
The key for the entry to be deleted. 
Return Value
Type: 
Booleantrue if the specified key was removed; otherwise, false.
See Also