| 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.EventAssembly: 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; }
<ObsoleteAttribute("Don't use this anymore - the delimiter is not server context aware",
true)>
Public Property Variable As String
Get
Set
public:
[ObsoleteAttribute(L"Don't use this anymore - the delimiter is not server context aware",
true)]
property String^ Variable {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Don't use this anymore - the delimiter is not server context aware",
true)>]
member Variable : string with get, set
Property Value
Type:
StringSee Also