Share via


Category.GetAllCrawledProperties Method

Returns a list of crawled properties within a category.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetAllCrawledProperties As IEnumerable(Of CrawledProperty)
'Usage
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)

returnValue = instance.GetAllCrawledProperties()
IEnumerable<CrawledProperty> GetAllCrawledProperties()

Return Value

Type: System.Collections.Generic.IEnumerable<CrawledProperty>
A list of CrawledProperty objects.

See Also

Reference

Category Interface

Category Members

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