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