BarcodeScannerCapabilities.IsStatisticsReportingSupported 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 reporting of usage statistics.
public:
property bool IsStatisticsReportingSupported { bool get(); };
bool IsStatisticsReportingSupported();
public bool IsStatisticsReportingSupported { get; }
var boolean = barcodeScannerCapabilities.isStatisticsReportingSupported;
Public ReadOnly Property IsStatisticsReportingSupported As Boolean
Property Value
Boolean
bool
True if the barcode scanner supports statistics reporting; otherwise, false.