AutocompleteGeocoderResultsHintStatus Property | ![Verizon Connect Logo](../icons/logo.jpg) |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Information on how the search terminated, i.e. whether it completed successfully, timed out, or was canceled.
Namespace:
Telogis.GeoBase.Geocoding
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntaxpublic SearchResult Status { get; set; }
Public Property Status As SearchResult
Get
Set
Property Value
Type:
SearchResult
Remarks
If constructed using a partial result set (for example, provided to an incremental results callback), this should
be set to
TooManyResults.
See Also