ManagedProperty.GetMappedCrawledProperties Method

Gets the collection of CrawledProperty objects mapped to a managed property.

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

Syntax

'Declaration
Public Function GetMappedCrawledProperties ( _
    resultsCount As Integer _
) As List(Of CrawledProperty)
'Usage
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)

returnValue = instance.GetMappedCrawledProperties(resultsCount)
public List<CrawledProperty> GetMappedCrawledProperties(
    int resultsCount
)

Parameters

Return Value

Type: System.Collections.Generic.List<CrawledProperty>
A collection of CrawledProperty objects.

Remarks

For a code sample using the GetMappedCrawledProperties method, see How to: Retrieve the Crawled Properties Mapped to a Managed Property.

See Also

Reference

ManagedProperty Class

ManagedProperty Members

Microsoft.Office.Server.Search.Administration Namespace