BarcodeScannerDisableScannerRequestEventArgs.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 BarcodeScannerDisableScannerRequest object associated with this request.
public:
property BarcodeScannerDisableScannerRequest ^ Request { BarcodeScannerDisableScannerRequest ^ get(); };
BarcodeScannerDisableScannerRequest Request();
public BarcodeScannerDisableScannerRequest Request { get; }
var barcodeScannerDisableScannerRequest = barcodeScannerDisableScannerRequestEventArgs.request;
Public ReadOnly Property Request As BarcodeScannerDisableScannerRequest
Property Value
The object that describes the request.