PaymentTransaction.PayerName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Nom du payeur.
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
Valeur de propriété
Obtient ou définit le PayerName.