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 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.