| OriginateActionVariable Property |
Note: This API is now obsolete.
Get/Set the variables to set on the originated call.
Variable assignments are of the form "VARNAME=VALUE". You can specify
multiple variable assignments separated by the '|' character.
Example: "VAR1=abc|VAR2=def" sets the channel variables VAR1 to "abc" and VAR2 to "def".
Namespace: AsterNET.Manager.ActionAssembly: 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