SPFeatureQueryResultCollection.IEnumerator.Current Property
Gets the Object in the collection at the current position of the enumerator.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Usage
Dim instance As SPFeatureQueryResultCollection
Dim value As Object
value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }
Property Value
Type: System.Object
The element at the current position in the collection.
Implements
See Also
Reference
SPFeatureQueryResultCollection Class