Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValue Method (key, defaultValue)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigManagerGetValue(String, Object)
Gets the value.
Declaration Syntax
C#Visual BasicVisual C++
Object GetValue(
	string key,
	Object defaultValue
)
Function GetValue ( _
	key As String, _
	defaultValue As Object _
) As Object
Object^ GetValue(
	String^ key, 
	Object^ defaultValue
)
Parameters
key (String)
The key.
defaultValue (Object)
The default value.
Return Value
The value of the specified key.

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