 | ResponseGetAgentMonthReportdata 属性 |
获取或设置获取座席月报数据的数组。
命名空间: Ipxchina.Sdk.Cti.Response.Report程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public AgentMonthReportData[] data { get; set; }Public Property data As AgentMonthReportData()
Get
Set
public:
property array<AgentMonthReportData^>^ data {
array<AgentMonthReportData^>^ get ();
void set (array<AgentMonthReportData^>^ value);
}member data : AgentMonthReportData[] with get, set
属性值
AgentMonthReportData
参见