Click or drag to resize
SetVarAction Constructor (String, String)
Creates a new SetVarAction that sets the given global variable to a new value.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SetVarAction(
	string variable,
	string value
)

Parameters

variable
Type: SystemString
the name of the global variable to set
value
Type: SystemString
the new value
See Also