GeocodeAddressItem Property (String) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets or sets a field given the field's name.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public string this[
string field
] { get; set; }
Public Default Property Item (
field As String
) As String
Get
Set
Parameters
- field
- Type: SystemString
The field's name.
Return Value
Type:
StringThe field.
See Also