Dictionary.Count (Property)

Return a count of the number of items in the dictionary.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Number primitive
JavaScript syntax:IEmyDictionary.Count

This behaves like the length property of a native JavaScript Array or Collection object. Note that its name begins with an upper case letter.

Property attributes:

ReadOnly