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