다음을 통해 공유


PostalAddress.Neighborhood Property

Definition

Gets the neighborhood where the street address is located. For example, Westlake.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to