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