Share via


Address.AddressLine1 Property

Definition

Gets or sets the address line1.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to