SearchServiceInstance.CrawlComponents Property
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>