MagneticStripeReaderErrorOccurredEventArgs.PartialInputData 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 track data for tracks the did not have errors.
public:
property MagneticStripeReaderReport ^ PartialInputData { MagneticStripeReaderReport ^ get(); };
MagneticStripeReaderReport PartialInputData();
public MagneticStripeReaderReport PartialInputData { get; }
var magneticStripeReaderReport = magneticStripeReaderErrorOccurredEventArgs.partialInputData;
Public ReadOnly Property PartialInputData As MagneticStripeReaderReport
Property Value
The track data for tracks the did not have errors.