SP.ArrayListEnumerator.current Property
Applies to: SharePoint Foundation 2010
Gets the current element in the array.
var value = SP.ArrayListEnumerator.get_current();
Property Value
Type: Object
The current element in the array.
Applies To
See Also
Reference
SP.ArrayListEnumerator Methods