Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Item Property (key)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationOptions..::.TaskAccessorItem[([(String])])
Gets access to a task with the specified key.
Declaration Syntax
C#Visual BasicVisual C++
public bool this[
	string key
] { get; }
Public ReadOnly Default Property Item ( _
	key As String _
) As Boolean
public:
property bool default[String^ key] {
	bool get (String^ key);
}
Parameters
key (String)
Value
The Boolean corresponding to the state of the task.

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