Share via


BarcodeScannerFrameReader.Connection Property

Definition

Gets the BarcodeScannerProviderConnection being used by the frame reader.

public:
 property BarcodeScannerProviderConnection ^ Connection { BarcodeScannerProviderConnection ^ get(); };
BarcodeScannerProviderConnection Connection();
public BarcodeScannerProviderConnection Connection { get; }
var barcodeScannerProviderConnection = barcodeScannerFrameReader.connection;
Public ReadOnly Property Connection As BarcodeScannerProviderConnection

Property Value

The connection object.

Applies to