Compartir a través de


Address.PostalCode Propiedad

Definición

Obtiene o establece el código postal de la dirección.

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a