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