ActionItemBaseTAction, TCollectionGetVariable Method
Get the value of the specified variable on the provided item instance.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public static Object GetVariable(
TAction item,
string name
)
Public Shared Function GetVariable (
item As TAction,
name As String
) As Object
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the item whose variable will be read.
- name String
-
Name of the variable to read.
Object
Reference to the variable value read.