Share via


PaymentAddress.City Property

Definition

The city.

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

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

Property Value

String

Platform::String

winrt::hstring

Gets or sets the City.

Applies to