Share via


BarcodeScannerProviderTriggerDetails.Connection Property

Definition

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.

Applies to