CategoriesEnumerator.IEnumerator.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
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
'Usage
Dim instance As CategoriesEnumerator
Dim value As Object
value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }
Property value
Type: System.Object
The current Category object in the collection.