ScopeRuleCollection.GetEnumerator Method

Returns an enumerator that can be used to access the items in the scope rule collection.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As ScopeRuleCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()

Return Value

Type: System.Collections.IEnumerator
A System.Collections.IEnumerator object.

Implements

IEnumerable.GetEnumerator()

See Also

Reference

ScopeRuleCollection Class

ScopeRuleCollection Members

Microsoft.Office.Server.Search.Administration Namespace