PostalAddress.AddressCountry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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