Click or drag to resize

GeocodeAddressRegion Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The name of the region.

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

Property Value

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