共用方式為


GeoFilter.CountryCodes Property

Definition

Gets or sets two letter country codes defining user country access in a geo filter, e.g. AU, MX, US.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to