MagneticStripeReaderCapabilities.IsStatisticsReportingSupported プロパティ

定義

デバイスが使用状況統計のレポートをサポートしているかどうかを示します。

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

プロパティ値

Boolean

bool

デバイスが使用状況統計のレポートをサポートしている場合は True。それ以外の場合は false。

適用対象