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