Share via


BarcodeScannerSetActiveSymbologiesRequestEventArgs.Request Property

Definition

Gets the BarcodeScannerSetActiveSymbologiesRequest object associated with this request.

public:
 property BarcodeScannerSetActiveSymbologiesRequest ^ Request { BarcodeScannerSetActiveSymbologiesRequest ^ get(); };
BarcodeScannerSetActiveSymbologiesRequest Request();
public BarcodeScannerSetActiveSymbologiesRequest Request { get; }
var barcodeScannerSetActiveSymbologiesRequest = barcodeScannerSetActiveSymbologiesRequestEventArgs.request;
Public ReadOnly Property Request As BarcodeScannerSetActiveSymbologiesRequest

Property Value

The object that describes the request.

Applies to