SP.EnumerableArray.length Property
Applies to: SharePoint Foundation 2010
Gets the number of elements in the SP.EnumerableArray object.
var value = SP.EnumerableArray.get_length();
Property Value
Type: Int32
The total number of elements in the SP.EnumerableArray object.