Share via


BarcodeScannerErrorOccurredEventArgs.PartialInputData Property

Definition

Gets any data that was successfully read.

public:
 property BarcodeScannerReport ^ PartialInputData { BarcodeScannerReport ^ get(); };
BarcodeScannerReport PartialInputData();
public BarcodeScannerReport PartialInputData { get; }
var barcodeScannerReport = barcodeScannerErrorOccurredEventArgs.partialInputData;
Public ReadOnly Property PartialInputData As BarcodeScannerReport

Property Value

The partial input information from the barcode scanner.

Applies to