CivicAddress.City Property

Definition

Gets or sets the name of the city.

public:
 property System::String ^ City { System::String ^ get(); void set(System::String ^ value); };
public string City { get; set; }
member this.City : string with get, set
Public Property City As String

Property Value

The name of the city. If the data is not provided, returns Empty.

Applies to