 | AgentDataManagerQueues 属性 |
获取或设置座席的归属的队列集合,用于座席上线操作。
命名空间: Ipxchina.Sdk.Cti程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public List<string> Queues { get; set; }Public Property Queues As List(Of String)
Get
Set
public:
property List<String^>^ Queues {
List<String^>^ get ();
void set (List<String^>^ value);
}member Queues : List<string> with get, set
属性值
ListString
参见