Share via


Address.AddressLine2 Property

Definition

Gets or sets the address line2.

[Newtonsoft.Json.JsonProperty(PropertyName="addressLine2")]
public string AddressLine2 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="addressLine2")>]
member this.AddressLine2 : string with get, set
Public Property AddressLine2 As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to