MagneticStripeReaderBankCardDataReceivedEventArgs.ServiceCode 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 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
The service code for the swiped bank card.