ScopeDisplayGroupsEnumerator.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 ScopeDisplayGroup
Get
'Usage
Dim instance As ScopeDisplayGroupsEnumerator
Dim value As ScopeDisplayGroup
value = instance.Current
public ScopeDisplayGroup Current { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.ScopeDisplayGroup
The current ScopeDisplayGroup object in the collection.
See also
Reference
ScopeDisplayGroupsEnumerator class