次の方法で共有


AddressDetails.District プロパティ

定義

住所地区を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象