CrawlTopologyCollection.ActivatingTopology Property
Gets the crawl topology that is being activated.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ActivatingTopology As CrawlTopology
Get
'Usage
Dim instance As CrawlTopologyCollection
Dim value As CrawlTopology
value = instance.ActivatingTopology
public CrawlTopology ActivatingTopology { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.CrawlTopology
The crawl topology being activated.