GeocodeAddressLine1 Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release Note: This API is now obsolete.
The first line of this address in the form "1234 Main St".
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [ObsoleteAttribute("Use AddressFormatter instead")]
public virtual string Line1 { get; }
<ObsoleteAttribute("Use AddressFormatter instead")>
Public Overridable ReadOnly Property Line1 As String
Get
Property Value
Type:
StringExamples GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0];
Console.WriteLine("One line address: {0}", addr.Line1);
See Also