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