Bagikan melalui


PostalAddress.AddressRegion Property

Definition

Gets the state or province code where the street address is located. This could be the two-letter code. For example, WA, or the full name , Washington.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to