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

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