Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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