共用方式為


AddressDetails.PostalCode 屬性

定義

取得或設定郵遞區號。

[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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於