MagneticStripeReaderCapabilities.IsJisTwoSupported 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 device supports JIS Type-II cards.
public:
property bool IsJisTwoSupported { bool get(); };
bool IsJisTwoSupported();
public bool IsJisTwoSupported { get; }
var boolean = magneticStripeReaderCapabilities.isJisTwoSupported;
Public ReadOnly Property IsJisTwoSupported As Boolean
Property Value
Boolean
bool
True if the device supports JIS Type-II cards; otherwise, false.