MultiRepositoryItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the sub-repository at the indexed location in the list of sub-repositories.
Namespace:
Telogis.GeoBase.Repositories
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LocalRepository this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As LocalRepository
Get
Parameters
- index
- Type: SystemInt32
A zero-offset index into the list of sub-repositories.
Return Value
Type:
LocalRepositoryThe specified repository.
See Also