Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Item Property (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationIConfigDictionaryItem[([(String])])
Gets or sets the Object value with the specified key.
Declaration Syntax
C#Visual BasicVisual C++
Object this[
	string key
] { get; set; }
Default Property Item ( _
	key As String _
) As Object
property Object^ default[String^ key] {
	Object^ get (String^ key);
	void set (String^ key, Object^ value);
}
Parameters
key (String)
Value
The dictionary value.

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