Share via


CrawlStore.CrawlComponents Property

Gets the list of the crawl components that use this crawl store.

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 CrawlStore
Dim value As ReadOnlyCollection(Of CrawlComponent)

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

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<CrawlComponent>
The list of crawl components.

See Also

Reference

CrawlStore Class

CrawlStore Members

Microsoft.Office.Server.Search.Administration Namespace