Category.GetAllCrawledProperties method

Returns an enumerator that iterates through the category's crawled properties.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

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

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

Return value

Type: System.Collections.Generic.IEnumerable<CrawledProperty>
An IEnumerator object that can be used to iterate through the collection.

See also

Reference

Category class

Category members

Microsoft.Office.Server.Search.Administration namespace