SequenceItemTActionActions Property
Get a reference to the collection of actions on this sequence.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public List<TAction> Actions { get; }
Public ReadOnly Property Actions As List(Of TAction)
Get
No code example is currently available or this language may not be supported.
Property Value
ListTAction