Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SetValue Method (key, value)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigManagerSetValue(String, Object)
Sets the value.
Declaration Syntax
C#Visual BasicVisual C++
void SetValue(
	string key,
	Object value
)
Sub SetValue ( _
	key As String, _
	value As Object _
)
void SetValue(
	String^ key, 
	Object^ value
)
Parameters
key (String)
The key.
value (Object)
The value.

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