ActionItemBaseTAction, TCollectionInitializeVariable Method

Initialize and return the supplied variable under preparation.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
protected virtual void InitializeVariable(
	VariableItem variable
)

Parameters

variable  VariableItem
Reference to the variable being prepared.

Remarks

If the variable initialization is cancelled, its name will be set to an empty string and its value will be set to null.

See Also