QueryRuleCollection.GetEnumerator method
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of QueryRule)
'Usage
Dim instance As QueryRuleCollection
Dim returnValue As IEnumerator(Of QueryRule)
returnValue = instance.GetEnumerator()
public IEnumerator<QueryRule> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<QueryRule>