PaymentAddress.AddressLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets this is the most specific part of the address. It can include, for example, a street name, a house number, apartment number, a rural delivery route, descriptive instructions, or a post office box number.
public System.Collections.Generic.IList<string> AddressLine { get; set; }
member this.AddressLine : System.Collections.Generic.IList<string> with get, set
Public Property AddressLine As IList(Of String)
Property Value
The most specific part of the address.