BarcodeScannerSetSymbologyAttributesRequestEventArgs.Request Property

Definition

Gets the BarcodeScannerSetSymbologyAttributesRequest object associated with this request.

public:
 property BarcodeScannerSetSymbologyAttributesRequest ^ Request { BarcodeScannerSetSymbologyAttributesRequest ^ get(); };
BarcodeScannerSetSymbologyAttributesRequest Request();
public BarcodeScannerSetSymbologyAttributesRequest Request { get; }
var barcodeScannerSetSymbologyAttributesRequest = barcodeScannerSetSymbologyAttributesRequestEventArgs.request;
Public ReadOnly Property Request As BarcodeScannerSetSymbologyAttributesRequest

Property Value

The object that describes the request.

Applies to