Compartir a través de


del método Category.GetAllCrawledProperties

Devuelve un enumerador que recorre en iteración la categoría propiedades rastreadas.

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

Sintaxis

'Declaración
Public Function GetAllCrawledProperties As IEnumerable(Of CrawledProperty)
'Uso
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)

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

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<CrawledProperty>
Un objeto IEnumerator que se puede utilizar para recorrer en iteración la colección.

Vea también

Referencia

clase Category

Miembros Category

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