VariableCollectionSetValue Method

Set the value of the specified variable, creating it if it doesn't exist.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public void SetValue(
	string name,
	Object value
)

Parameters

name  String
Name of the variable to access.
value  Object
Value to set.

See Also