MagneticStripeReaderAamvaCardDataReceivedEventArgs.Report 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 additional data from the swiped AAMVA card.
public:
property MagneticStripeReaderReport ^ Report { MagneticStripeReaderReport ^ get(); };
MagneticStripeReaderReport Report();
public MagneticStripeReaderReport Report { get; }
var magneticStripeReaderReport = magneticStripeReaderAamvaCardDataReceivedEventArgs.report;
Public ReadOnly Property Report As MagneticStripeReaderReport
Property Value
The report from the swiped AAMVA card.