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