BarcodeScannerCapabilities.IsSoftwareTriggerSupported 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.
Indicates whether the barcode scanner supports the software trigger functionality.
public:
property bool IsSoftwareTriggerSupported { bool get(); };
bool IsSoftwareTriggerSupported();
public bool IsSoftwareTriggerSupported { get; }
var boolean = barcodeScannerCapabilities.isSoftwareTriggerSupported;
Public ReadOnly Property IsSoftwareTriggerSupported As Boolean
Property Value
Boolean
bool
True if the software trigger is supported; otherwise, false.