Click or drag to resize

TallyItem Property

Verizon Connect Logo
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; }

Parameters

key
Type: SystemString
The key to lookup.

Return Value

Type: Int32
The count associated with the given key.
See Also