MagneticStripeReaderBankCardDataReceivedEventArgs.AccountNumber 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 account number from the swiped bank card.
public:
property Platform::String ^ AccountNumber { Platform::String ^ get(); };
winrt::hstring AccountNumber();
public string AccountNumber { get; }
var string = magneticStripeReaderBankCardDataReceivedEventArgs.accountNumber;
Public ReadOnly Property AccountNumber As String
Property Value
The account number from the swiped bank card.