次の方法で共有


LocationMetadata.RegionCategory プロパティ

定義

リージョンのカテゴリを取得します。 使用可能な値には、'Recommended'、'Extended'、'Other' などがあります。

[Newtonsoft.Json.JsonProperty(PropertyName="regionCategory")]
public string RegionCategory { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="regionCategory")>]
member this.RegionCategory : string
Public ReadOnly Property RegionCategory As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象