次の方法で共有


PaymentDevicePaymentRequest.AccountIssuerName プロパティ

定義

public:
 property Platform::String ^ AccountIssuerName { Platform::String ^ get(); void set(Platform::String ^ value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
winrt::hstring AccountIssuerName();

void AccountIssuerName(winrt::hstring value);
[Windows.Foundation.Metadata.Experimental]
public string AccountIssuerName { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var string = paymentDevicePaymentRequest.accountIssuerName;
paymentDevicePaymentRequest.accountIssuerName = string;
Public Property AccountIssuerName As String

プロパティ値

String

Platform::String

winrt::hstring

属性

適用対象