PaymentAddress.City 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 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
Gets or sets the City.