Bagikan melalui


PostalAddress.AddressLocality Property

Definition

Gets the city where the street address is located. For example, Seattle.

[Newtonsoft.Json.JsonProperty(PropertyName="addressLocality")]
public string AddressLocality { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="addressLocality")>]
member this.AddressLocality : string
Public ReadOnly Property AddressLocality As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to