BarcodeScannerSetActiveSymbologiesRequestEventArgs.Request 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 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.