Share via


PaymentAddress.Recipient Property

Definition

The name of the recipient.

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the Recipient.

Applies to