MagneticStripeReader.SupportedCardTypes 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.
Gets the card types supported by the magnetic stripe reader.
public:
property Platform::Array <unsigned int> ^ SupportedCardTypes { Platform::Array <unsigned int> ^ get(); };
winrt::array_view <uint32_t> SupportedCardTypes();
public uint[] SupportedCardTypes { get; }
var uInt32[] = magneticStripeReader.supportedCardTypes;
Public ReadOnly Property SupportedCardTypes As UInteger()
Property Value
The card type identifier.