MagneticStripeReaderAamvaCardDataReceivedEventArgs.ExpirationDate 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 expiration date from the swiped AAMVA card.
public:
property Platform::String ^ ExpirationDate { Platform::String ^ get(); };
winrt::hstring ExpirationDate();
public string ExpirationDate { get; }
var string = magneticStripeReaderAamvaCardDataReceivedEventArgs.expirationDate;
Public ReadOnly Property ExpirationDate As String
Property Value
The expiration date from the swiped AAMVA card.