DataBins Property

Summary

Gets the data-bins received from the server.

Syntax
C#
VB
C++
public DataBinInfo[] DataBins { get; } 
  
Public ReadOnly Property DataBins As DataBinInfo() 
public: 
property array<DataBinInfo^>^ DataBins { 
   array<DataBinInfo^>^ get(); 
} 

Property Value

An array of DataBinInfo representing all the data-bins received from the server.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.