다음을 통해 공유


AddressDetails.Country 속성

정의

2자리 형식의 ISO2를 사용하는 국가 코드를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="country")]
public string Country { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="country")>]
member this.Country : string with get, set
Public Property Country As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상