MagneticStripeReaderTrackData.DiscretionaryData 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 discretionary data from the swiped card.
public:
property IBuffer ^ DiscretionaryData { IBuffer ^ get(); };
IBuffer DiscretionaryData();
public IBuffer DiscretionaryData { get; }
var iBuffer = magneticStripeReaderTrackData.discretionaryData;
Public ReadOnly Property DiscretionaryData As IBuffer
Property Value
The discretionary data from the swiped card.
Remarks
The array will always be empty if IsDecodeDataEnabled propety is false.