Partager via


PaymentAddress.Recipient Propriété

Définition

Nom du destinataire.

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

void Recipient(winrt::hstring value);
public string Recipient { get; set; }
var string = paymentAddress.recipient;
paymentAddress.recipient = string;
Public Property Recipient As String

Valeur de propriété

String

Platform::String

winrt::hstring

Obtient ou définit le destinataire.

S’applique à