Gets the number of distinct keys in this map.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
int KeyCount { get; }
Visual Basic (Declaration)
ReadOnly Property KeyCount As Integer
Visual C++
property int KeyCount {
	int get ();
}

Remarks

Note that this count may be different from Count, because the map may contain more than one IAttributeValue for a given key.

See Also