SP.BaseCollection.count Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Remarks
Applies To
Gets the number of items in the collection.
var value = SP.BaseCollection.get_count();
Property Value
Type: Int32
The number of items in the collection.
Remarks
This method always returns 0.