Category.GetAllCrawledProperties-Methode
Gibt ein Enumerator über der Kategorie Eigenschaften gecrawlt.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetAllCrawledProperties As IEnumerable(Of CrawledProperty)
'Usage
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)
returnValue = instance.GetAllCrawledProperties()
public IEnumerable<CrawledProperty> GetAllCrawledProperties()
Rückgabewert
Typ: System.Collections.Generic.IEnumerable<CrawledProperty>
Ein IEnumerator -Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.