CrawlTopologySettings.CrawlComponents Property
Gets the collection of crawl component settings for the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CrawlComponents As List(Of CrawlComponentSettings)
Get
'Usage
Dim instance As CrawlTopologySettings
Dim value As List(Of CrawlComponentSettings)
value = instance.CrawlComponents
public List<CrawlComponentSettings> CrawlComponents { get; }
Property Value
Type: System.Collections.Generic.List<CrawlComponentSettings>
A collection of crawl component settings.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace