Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Item Property (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationConfigDictionaryItem[([(String])])
Gets the task 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:
virtual property Object^ default[String^ key] {
	Object^ get (String^ key) sealed;
	void set (String^ key, Object^ value) sealed;
}
Parameters
key (String)
Value
The requested task.

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