Address.Address1 Property

Definition

Gets or sets first line of an Address.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to