Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
SetValueImpl Method (key, value)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationConfigDictionarySetValueImpl(String, Object)
Sets the value.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool SetValueImpl(
	string key,
	Object value
)
Public MustOverride Function SetValueImpl ( _
	key As String, _
	value As Object _
) As Boolean
public:
virtual bool SetValueImpl(
	String^ key, 
	Object^ value
) abstract
Parameters
key (String)
The key.
value (Object)
The value.
Return Value
true if the key has been set in the dictionary; otherwise, false.

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