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
- resultsCount
Type: System.Int32
A 32-bit integer that indicates the number of CrawledProperty objects to return.
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.