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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.