VariableCollectionGetValue Method

Return the value of the specified object in the variables collection.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public Object GetValue(
	string name
)

Parameters

name  String
Name of the variable to read.

Return Value

Object
Reference to the specified item value in the collection, if found. Otherwise, null.

See Also