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 CrawlTopologyCollection that is managed by the current SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CrawlTopologies As CrawlTopologyCollection
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As CrawlTopologyCollection
value = instance.CrawlTopologies
public CrawlTopologyCollection CrawlTopologies { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlTopologyCollection
A CrawlTopologyCollection in the current SearchServiceApplication.
See Also
Reference
SearchServiceApplication Class