Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
Chain Property
NamespacesGenesyslab.Desktop.Infrastructure.CommandsIChainOfCommandChain
Gets the chain of elementary commands.
Declaration Syntax
C#Visual BasicVisual C++
IList<IElementOfCommand> Chain { get; }
ReadOnly Property Chain As IList(Of IElementOfCommand)
property IList<IElementOfCommand^>^ Chain {
	IList<IElementOfCommand^>^ get ();
}
Value
The chain.

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