DocumentIndexResponse.GetEnumerator Method ()
Applies To: Microsoft Azure
Gets the sequence of Results.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Syntax
public IEnumerator<IndexResult> GetEnumerator()
public:
virtual IEnumerator<IndexResult^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<IndexResult>
override GetEnumerator : unit -> IEnumerator<IndexResult>
Public Function GetEnumerator As IEnumerator(Of IndexResult)
Return Value
Type: System.Collections.Generic.IEnumerator<IndexResult>
Implements
IEnumerable<T>.GetEnumerator()
See Also
DocumentIndexResponse Class
Microsoft.Azure.Search.Models Namespace
Return to top