Compartir a través de


del método ManagedProperty.GetMappedCrawledProperties

Obtiene la colección de objetos de CrawledProperty asignados a una propiedad administrada.

Espacio de nombres:  Microsoft.Office.Server.Search.Administration
Ensamblado:  Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)

Sintaxis

'Declaración
Public Function GetMappedCrawledProperties ( _
    resultsCount As Integer _
) As List(Of CrawledProperty)
'Uso
Dim instance As ManagedProperty
Dim resultsCount As Integer
Dim returnValue As List(Of CrawledProperty)

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

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.List<CrawledProperty>
Una colección de objetos CrawledProperty .

Comentarios

Para obtener un ejemplo de código utilizando el método GetMappedCrawledProperties , consulte How to: Retrieve the Crawled Properties Mapped to a Managed Property.

Vea también

Referencia

clase ManagedProperty

Miembros ManagedProperty

Espacio de nombres Microsoft.Office.Server.Search.Administration