ActionItemBaseTAction, TCollectionDefaultVariables Property

Get a reference to the collection of default variables assigned to this action.

Definition

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

Property Value

NameValueCollection

Remarks

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

See Also