| AgentsEventTalkingTo Property |
Get/Set the numerical Caller*ID of the channel this agent is talking toor "n/a" if this agent is talking to nobody.
Namespace: AsterNET.Manager.EventAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TalkingTo { get; set; }
Public Property TalkingTo As String
Get
Set
public:
property String^ TalkingTo {
String^ get ();
void set (String^ value);
}
member TalkingTo : string with get, set
Property Value
Type:
StringSee Also