Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetValueImpl Method (key, value)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationConfigDictionaryGetValueImpl(String, Object%)
Gets the value.
Declaration Syntax
C#Visual BasicVisual C++
public abstract bool GetValueImpl(
	string key,
	out Object value
)
Public MustOverride Function GetValueImpl ( _
	key As String, _
	<OutAttribute> ByRef value As Object _
) As Boolean
public:
virtual bool GetValueImpl(
	String^ key, 
	[OutAttribute] Object^% value
) abstract
Parameters
key (String)
The key.
value ( Object %)
The value.
Return Value
true if the key is in the dictionary; otherwise, false.

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