'Declaration Public ReadOnly Property BarcodeDataAsByte As Byte()
'Usage Dim instance As ImGearBarcodeResult Dim value() As Byte value = instance.BarcodeDataAsByte
public byte[] BarcodeDataAsByte {get;}
public: __property byte[]* get_BarcodeDataAsByte();
public: property array<byte>^ BarcodeDataAsByte { array<byte>^ get(); }