QueryRuleGroupCollection.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 QueryRuleGroup)
'Usage
Dim instance As QueryRuleGroupCollection
Dim returnValue As IEnumerator(Of QueryRuleGroup)
returnValue = instance.GetEnumerator()
public IEnumerator<QueryRuleGroup> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<QueryRuleGroup>
See also
Reference
QueryRuleGroupCollection class