PaymentTransaction.PayerName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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à
Ottiene o imposta il valore di PayerName.