BarcodeScannerFrameReader.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.