AutocompleteGeocoderBaseArgsCountry Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The
Country in which to search. This property is ignored if CountriesZone is not null.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Country Country { get; set; }
Public Property Country As Country
Get
Set
Property Value
Type:
CountryRemarks
This property is deprecated in GeoBase 4.5 in favor of
Countries.
It should only be used in isolation; it might not behave as expected if
Countries
has previously been set to use multiple countries.
See Also