ActionItemBaseTAction, TCollectionOptions Property

Get a reference to the collection of options assigned to this action.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public ActionOptionCollection Options { get; }

Property Value

ActionOptionCollection

Remarks

This property is not inheritable. However, options from parent levels are retrieved when calling the GetOptionByName function.

See Also