MagneticStripeReaderBankCardDataReceivedEventArgs.ServiceCode Property

Definition

Gets the service code for the swiped bank card.

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

Property Value

String

Platform::String

winrt::hstring

The service code for the swiped bank card.

Applies to