Click or drag to resize

GeocodeAddressPostalCode Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The zip code of this address.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract string PostalCode { get; }

Property Value

Type: String
Examples
C#
GeocodeAddress addr = GeoCoder.GeoCode("20 Enterprise, Aliso Viejo, California", Country.USA)[0];
Console.WriteLine("The postal code of this address is '{0}'", addr.PostalCode);
// 'The postal code of this address is '92656''
See Also