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