Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Remove Method (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigManagerRemove(String)
Removes the specified key.
Declaration Syntax
C#Visual BasicVisual C++
bool Remove(
	string key
)
Function Remove ( _
	key As String _
) As Boolean
bool Remove(
	String^ key
)
Parameters
key (String)
The key.
Return Value
true if the key is removed; otherwise, false.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)