ScopeRulesEnumerator Constructor
Initializes a new instance of the ScopeRulesEnumerator class.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
rules As ScopeRuleCollection _
)
'Usage
Dim rules As ScopeRuleCollection
Dim instance As New ScopeRulesEnumerator(rules)
public ScopeRulesEnumerator(
ScopeRuleCollection rules
)
Parameters
rules
Type: Microsoft.Office.Server.Search.Administration.ScopeRuleCollectionThe ScopeRule object through which to iterate.