MagneticStripeReaderBankCardDataReceivedEventArgs.ServiceCode プロパティ

定義

スワイプされたバンク カードのサービス コードを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

スワイプされたバンク カードのサービス コード。

適用対象