次の方法で共有


GeoFilter.CountryCodes プロパティ

定義

geo フィルターでユーザーの国のアクセスを定義する 2 文字の国コード (AU、MX、米国など) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="countryCodes")]
public System.Collections.Generic.IList<string> CountryCodes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="countryCodes")>]
member this.CountryCodes : System.Collections.Generic.IList<string> with get, set
Public Property CountryCodes As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象