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