ScopeRulesEnumerator.Current Property
Gets the current element in the collection.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property Current As ScopeRule
Get
'Usage
Dim instance As ScopeRulesEnumerator
Dim value As ScopeRule
value = instance.Current
public ScopeRule Current { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeRule
The current ScopeRule object in the collection.