Schema.AllCategories Property
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.