다음을 통해 공유


PostalAddress.CountryIso Property

Definition

Gets the two letter ISO code of this countr. For example, US.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to