Previous in Contents Next in Contents

Dictionary.Count Property

The Count property returns the number of elements in the Dictionary object. (Read-only)

Example

The following example displays the number of items in the my_dictionary object:

Response.Write my_dictionary.Count 

© 1997-2000 Microsoft Corporation. All rights reserved.