TallyItem Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the value of a given key. If no such key exists 0 is returned.
Namespace:
Telogis.GeoBase.Clustering
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public int this[
string key
] { get; }
Public ReadOnly Default Property Item (
key As String
) As Integer
Get
Parameters
- key
- Type: SystemString
The key to lookup.
Return Value
Type:
Int32The count associated with the given key.
See Also