Share via


Address.AddressLine Property

 

A string specifying the street line of an address. The AddressLine property is the most precise, official line for an address relative to the postal agency servicing the area specified by the Locality, PostalTown, or PostalCode properties. Typical use of this element would be to enclose a street address, private bag, or any other similar official address. Optional. Set this property before making a service request.

Syntax

public string AddressLine { set; get; }
Public Property AddressLine As String