BarcodeScannerCapabilities.IsStatisticsReportingSupported 属性

定义

指示条形码扫描仪是否支持报告使用情况统计信息。

public:
 property bool IsStatisticsReportingSupported { bool get(); };
bool IsStatisticsReportingSupported();
public bool IsStatisticsReportingSupported { get; }
var boolean = barcodeScannerCapabilities.isStatisticsReportingSupported;
Public ReadOnly Property IsStatisticsReportingSupported As Boolean

属性值

Boolean

bool

如果条形码扫描仪支持统计信息报告,则为 True;否则为 false。

适用于