| OriginateActionSetVariable Method |
Sets a variable dictionary on the originated call. Replaces any existing variable with the same name.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetVariable(
string key,
string value
)
Public Sub SetVariable (
key As String,
value As String
)
public:
void SetVariable(
String^ key,
String^ value
)
member SetVariable :
key : string *
value : string -> unit
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