Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty)> _
Private Sub Reset Implements IEnumerator.Reset
'Usage
Dim instance As SPFeatureQueryResultCollection
CType(instance, IEnumerator).Reset()
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ExplicitInterfaceProperty)]
void IEnumerator.Reset()
Implements
See Also
Reference
SPFeatureQueryResultCollection Class