Compartir a través de


PaymentAddress.City Propiedad

Definición

La ciudad.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Obtiene o establece la ciudad.

Se aplica a