  | OriginateSetVariable Method  | 
                Sets a variable dictionary on the originated call. Replaces any existing variable with the same name.
            
 
Namespace: AsterNET.ManagerAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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.Originate.SetVariable(System.String,System.String)"]
 - value
 - Type: SystemString
[Missing <param name="value"/> documentation for "M:AsterNET.Manager.Originate.SetVariable(System.String,System.String)"]
 
See Also