次の方法で共有


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

適用対象