GeocodeAddressItem Property (String, String) | |
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; }
Public Default Property Item (
field As String,
lang As String
) As String
Get
Set
Parameters
- field
- Type: SystemString
The field name. - lang
- Type: SystemString
The given language.
Return Value
Type:
StringThe field value.
See Also