Share via


Address.PostalCode Property

Definition

Gets or sets the postal code.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to