Share via


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.

See also

Reference

ScopeRulesEnumerator class

ScopeRulesEnumerator members

Microsoft.Office.Server.Search.Administration namespace