'Declaration
Public Property QR As System.Boolean
'Usage
Dim instance As BarcodeReader Dim value As System.Boolean instance.QR = value value = instance.QR
public System.bool QR {get; set;}
public read-write property QR: System.Boolean;
public function get,set QR : System.boolean