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)
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