MagneticStripeReaderReport.CardType 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 type identifier for the recently swiped card.
public:
property unsigned int CardType { unsigned int get(); };
uint32_t CardType();
public uint CardType { get; }
var uInt32 = magneticStripeReaderReport.cardType;
Public ReadOnly Property CardType As UInteger
Property Value
The card type identifier.
The CardType property value is related to the properties of the static MagneticStripeReaderCardTypes class. The CardType property value indicates whether the card's type is American Association of Motor Vehicle Administrators (AAMVA), Bank, ExtendedBase (vendor-specific), or is not known.