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 collection of Category objects representing the crawled property categories in the Search service application’s metadata schema.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AllCategories As CategoryCollection
Get
'Usage
Dim instance As Schema
Dim value As CategoryCollection
value = instance.AllCategories
public CategoryCollection AllCategories { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CategoryCollection
A CategoryCollection object that represents the crawled property categories in the search schema.