Click or drag to resize

GeocodeAddressCountry Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The name of the country that this GeoCodeAddress is in.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Country Country

Field Value

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