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