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