←Select platform

Data Property

Summary

Gets or sets the data used to load and save to and from a buffer.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="Data", IsRequired=true)] 
public byte[] Data { get; set; } 
  
<DataMemberAttribute(Name="Data", IsRequired=True)> 
Public Property Data As Byte() 
[DataMemberAttribute(Name="Data", IsRequired=true)] 
public: 
property array<byte>^ Data { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

Array that specifies the data used in loading or saving.

Example

For an example, refer to RawBinaryData.

Requirements

Target Platforms

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

Leadtools.Services.DataContracts Assembly