共用方式為


PaymentAddress.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

屬性值

String

Platform::String

winrt::hstring

取得或設定 Recipient。

適用於