Schema.AllCategories Property
Returns a list of crawled property categories in the index schema.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Property AllCategories As CategoryCollection
Get
'Usage
Dim instance As Schema
Dim value As CategoryCollection
value = instance.AllCategories
CategoryCollection AllCategories { get; }
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.CategoryCollection
Returns a CategoryCollection that represents the crawled property categories in the index schema.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace