VariableCollectionGetValue Method
Return the value of the specified object in the variables collection.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public Object GetValue(
string name
)
Public Function GetValue (
name As String
) As Object
No code example is currently available or this language may not be supported.
- name String
-
Name of the variable to read.
Object
Reference to the specified item value in the collection, if found.
Otherwise, null.