Click or drag to resize
OriginateActionSetVariable Method
Sets a variable dictionary on the originated call. Replaces any existing variable with the same name.

Namespace: AsterNET.Manager.Action
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetVariable(
	string key,
	string value
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:AsterNET.Manager.Action.OriginateAction.SetVariable(System.String,System.String)"]

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:AsterNET.Manager.Action.OriginateAction.SetVariable(System.String,System.String)"]

See Also