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 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.