Share via


PaymentDevicePaymentAuthorizationRequest.AccountIssuerName Property

Definition

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 = paymentDevicePaymentAuthorizationRequest.accountIssuerName;
paymentDevicePaymentAuthorizationRequest.accountIssuerName = string;
Public Property AccountIssuerName As String

Property Value

String

Platform::String

winrt::hstring

Attributes

Applies to