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