MagneticStripeReaderReport.Track3 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 Track 3.
public:
property MagneticStripeReaderTrackData ^ Track3 { MagneticStripeReaderTrackData ^ get(); };
MagneticStripeReaderTrackData Track3();
public MagneticStripeReaderTrackData Track3 { get; }
var magneticStripeReaderTrackData = magneticStripeReaderReport.track3;
Public ReadOnly Property Track3 As MagneticStripeReaderTrackData
Property Value
The Track 3 data.