Click or drag to resize

LocationSearchBaseArgsCustomArgs Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A dictionary of custom arguments specific to custom search sources. This could be used, for example, to provide authentication details or customer information for a custom search source that needs to authenticate with an external server or provides customer-specific results. The default is an empty dictionary.

Namespace:  Telogis.GeoBase.Geocoding
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public Dictionary<string, Object> CustomArgs { get; set; }

Property Value

Type: DictionaryString, Object
See Also