Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
TryGetValue Method (key, value)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigManagerTryGetValue(String, Object%)
Tries to get the value.
Declaration Syntax
C#Visual BasicVisual C++
bool TryGetValue(
	string key,
	out Object value
)
Function TryGetValue ( _
	key As String, _
	<OutAttribute> ByRef value As Object _
) As Boolean
bool TryGetValue(
	String^ key, 
	[OutAttribute] Object^% value
)
Parameters
key (String)
The key.
value ( Object %)
The value.
Return Value
true if the value is found; otherwise, false.

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