Share via


PaymentAddress.PhoneNumber Property

Definition

The phone number of the recipient.

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

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the PhoneNumber.

Applies to