'Declaration Public ReadOnly Property BarcodeData As Char()
public char[] BarcodeData {get;}
public: __property char[]* get_BarcodeData();
public: property array<char>^ BarcodeData { array<char>^ get(); }
This property is deprecated.
Gets the recognized barcode value as a char array.
'Declaration Public ReadOnly Property BarcodeData As Char()
public char[] BarcodeData {get;}
public: __property char[]* get_BarcodeData();
public: property array<char>^ BarcodeData { array<char>^ get(); }