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