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

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