←Select platform

Data Property

Summary

Gets the actual data-bin data.

Syntax

C#
VB
C++
public byte[] Data { get; } 
  
Public ReadOnly Property Data As Byte() 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
} 

Property Value

An array of System.Byte values containing the actual data in the data-bin.

Example

For an example, refer to JpipClient.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.