IndexCollectionItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the
Index with the given name from this IndexCollection.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Index this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As Index
Get
Parameters
- name
- Type: SystemString
The name of the index to return.
Return Value
Type:
IndexThe Index in this IndexCollection with the given name.
Remarks See Also