Gets or sets the city (town, village, etc.) of the physical ship-to address.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string City { get; set; }
Visual Basic (Declaration)
Public Property City As String
Visual C++
public:
property String^ City {
	String^ get ();
	void set (String^ value);
}

Field Value

A free form text field containing the city (town, village, etc.) of the physical address.

Remarks

This field will be converted to title case where the first letter of each word is capitalized except for those defined in the "StayLower" system setting. Changes to this property will also cause the FormattedAddress property to be recalculated.

See Also