ActionItemBaseTAction, TCollectionSetVariable Method
Set the value of the specified variable on the provided item instance.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static void SetVariable(
TAction item,
string name,
Object value
)
Public Shared Sub SetVariable (
item As TAction,
name As String,
value As Object
)
No code example is currently available or this language may not be supported.
Parameters
- item TAction
-
Reference to the item whose variable will be set.
- name String
-
Name of the variable to update.
- value Object
-
Value to place on the variable.