次の方法で共有


LocationData.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

適用対象