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