Share via


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

Schema Interface

Schema Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

Index Schema (FAST Search Server 2010 for SharePoint)