'Declaration
Public ReadOnly Property Data As System.Byte()
'Usage
Dim instance As Barcode Dim value() As System.Byte value = instance.Data
public System.byte[] Data {get;}
public read-only property Data: System.array of Byte;
public function get Data : System.byte[]
public: property System.array<byte>^ Data { System.array<byte>^ get(); }