Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of crawl components associated with the current crawl topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CrawlComponents As CrawlComponentCollection
Get
'Usage
Dim instance As CrawlTopology
Dim value As CrawlComponentCollection
value = instance.CrawlComponents
public CrawlComponentCollection CrawlComponents { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlComponentCollection
The collection crawl components.