MagneticStripeReaderTrackData.DiscretionaryData Property

Definition

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.

Applies to