JSONArrayItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The item at the given index.
Namespace:
Telogis.GeoBase.Serialization
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public Object this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
Parameters
- index
- Type: SystemInt32
The index of the item.
Return Value
Type:
ObjectThe item at that index.
Implements
IListTItemInt32See Also