Freigeben über


PostalAddress.AddressCountry Eigenschaft

Definition

Ruft das Land/die Region ab, in dem sich die Adresse befindet. Dies kann der aus zwei Buchstaben bestehende ISO-Code sein. Beispiel: US oder der vollständige Name USA.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: