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
'Usage
Dim instance As Category
Dim returnValue As IEnumerable

returnValue = instance.GetAllCrawledProperties()
public IEnumerable GetAllCrawledProperties()

Return Value

Type: System.Collections.IEnumerable
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