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