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.
Returns an enumerator that can be used to access the items in the ResultTable collection.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ResultTable)
'Usage
Dim instance As ResultTableCollection
Dim returnValue As IEnumerator(Of ResultTable)
returnValue = instance.GetEnumerator()
public IEnumerator<ResultTable> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<ResultTable>
An enumerator that can be used to access the items in the ResultTable collection.