ADOFeatureItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the value of a column.
Namespace:
Telogis.GeoBase.DataSources
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Object this[
string column
] { get; }
Public ReadOnly Default Property Item (
column As String
) As Object
Get
Parameters
- column
- Type: SystemString
The column.
Return Value
Type:
ObjectThe value in the specified column.
See Also