Bagikan melalui


PostalAddress.PostalCode Property

Definition

Gets the zip code or postal code where the street address is located. For example, 98052.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to