| Visual Basic (Declaration) | |
|---|---|
| <DataMemberAttribute(Name="Data", IsRequired=True)> Public Property Data As Byte() | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| [DataMemberAttribute(Name="Data", IsRequired=true)] public byte[] Data {get; set;} | |
| C++/CLI | |
|---|---|
| [DataMemberAttribute(Name="Data", IsRequired=true)] public: property array<byte>^ Data { array<byte>^ get(); void set (bytearray<value>^ value); } | |
Return Value
Barcode data.For an example, refer to Leadtools.Services.Barcode.ServiceContracts.IBarcodeService.Read example.
 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
  