MagneticStripeReaderBankCardDataReceivedEventArgs.MiddleInitial Property

Definition

Gets the middle initial from the swiped bank card.

public:
 property Platform::String ^ MiddleInitial { Platform::String ^ get(); };
winrt::hstring MiddleInitial();
public string MiddleInitial { get; }
var string = magneticStripeReaderBankCardDataReceivedEventArgs.middleInitial;
Public ReadOnly Property MiddleInitial As String

Property Value

String

Platform::String

winrt::hstring

The middle initial from the swiped bank card.

Applies to