GeoFilter.CountryCodes 속성

정의

지역 필터에서 사용자 국가 액세스를 정의하는 두 개의 문자 국가 코드(예: 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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상