Condividi tramite


PaymentTransaction.PayerName Proprietà

Definizione

Nome del pagatore.

public:
 property Platform::String ^ PayerName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring PayerName();

void PayerName(winrt::hstring value);
public string PayerName { get; set; }
var string = paymentTransaction.payerName;
paymentTransaction.payerName = string;
Public Property PayerName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Ottiene o imposta il valore di PayerName.

Si applica a