ScopeDisplayGroupEnumerator.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 Scope
    Get
'Usage
Dim instance As ScopeDisplayGroupEnumerator
Dim value As Scope

value = instance.Current
public Scope Current { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.Scope
The current Scope object in the collection.

See also

Reference

ScopeDisplayGroupEnumerator class

ScopeDisplayGroupEnumerator members

Microsoft.Office.Server.Search.Administration namespace