MagneticStripeReaderAamvaCardDataReceivedEventArgs.FirstName Property

Definition

Gets the first name from the swiped AAMVA card.

public:
 property Platform::String ^ FirstName { Platform::String ^ get(); };
winrt::hstring FirstName();
public string FirstName { get; }
var string = magneticStripeReaderAamvaCardDataReceivedEventArgs.firstName;
Public ReadOnly Property FirstName As String

Property Value

String

Platform::String

winrt::hstring

The first name from the swiped AAMVA card.

Applies to