Dela via


PostalAddress.AddressCountry Property

Definition

Gets the country/region where the street address is located. This could be the two-letter ISO code. For example, US, or the full name, United States.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to