Click or drag to resize

GeocodeAddressItem Property (String, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets a field based on the given language and field name.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public string this[
	string field,
	string lang
] { get; set; }

Parameters

field
Type: SystemString
The field name.
lang
Type: SystemString
The given language.

Return Value

Type: String
The field value.
See Also