Click or drag to resize
AbstractAgentVariablesVariable Property

Note: This API is now obsolete.

Get/Set the variables to set on the queue call in native asterisk format.
Example: "VAR1=abc|VAR2=def".

Namespace: AsterNET.Manager.Event
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[ObsoleteAttribute("Don't use this anymore - the delimiter is not server context aware", 
	true)]
public string Variable { get; set; }

Property Value

Type: String
See Also