BarcodeScanner.Capabilities 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 capabilities of the specified barcode scanner.
public:
property BarcodeScannerCapabilities ^ Capabilities { BarcodeScannerCapabilities ^ get(); };
BarcodeScannerCapabilities Capabilities();
public BarcodeScannerCapabilities Capabilities { get; }
var barcodeScannerCapabilities = barcodeScanner.capabilities;
Public ReadOnly Property Capabilities As BarcodeScannerCapabilities
Property Value
The capabilities of the barcode scanner.