ActionItemBaseTAction, TCollectionVariables Property

Get a reference to the collection of variables on this instance.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
[JsonIgnoreAttribute]
public VariableCollection Variables { get; }

Property Value

VariableCollection

Remarks

The values of this collection are combinatorially inherited. Values at an inner level locally override values at an outer level.

See Also