SearchServiceInstance.CrawlComponents property

Obsolete.

List of Crawl components from active query topology running on this server.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property CrawlComponents As ReadOnlyCollection(Of CrawlComponent)
    Get
'Usage
Dim instance As SearchServiceInstance
Dim value As ReadOnlyCollection(Of CrawlComponent)

value = instance.CrawlComponents
public ReadOnlyCollection<CrawlComponent> CrawlComponents { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CrawlComponent>

See also

Reference

SearchServiceInstance class

SearchServiceInstance members

Microsoft.Office.Server.Search.Administration namespace