KeywordsEnumerator.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 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.