ActionItemBaseTAction, TCollectionInitializeVariable Method
Initialize and return the supplied variable under preparation.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected virtual void InitializeVariable(
VariableItem variable
)
Protected Overridable Sub InitializeVariable (
variable As VariableItem
)
No code example is currently available or this language may not be supported.
Parameters
- variable VariableItem
-
Reference to the variable being prepared.
If the variable initialization is cancelled, its name will be set to
an empty string and its value will be set to null.