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