BarcodeScannerProviderTriggerDetails.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 connection object used to provide barcode scanning to a client app.
public:
property BarcodeScannerProviderConnection ^ Connection { BarcodeScannerProviderConnection ^ get(); };
BarcodeScannerProviderConnection Connection();
public BarcodeScannerProviderConnection Connection { get; }
var barcodeScannerProviderConnection = barcodeScannerProviderTriggerDetails.connection;
Public ReadOnly Property Connection As BarcodeScannerProviderConnection
Property Value
The connection used by the provider to communicate with a client app.