PaymentAddress.Recipient Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Gets or sets the Recipient.