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 active search topology
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ActiveTopology As ISearchTopology
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As ISearchTopology
value = instance.ActiveTopology
public ISearchTopology ActiveTopology { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.Topology.ISearchTopology
Implements
IInternalSearchServiceApplication.ActiveTopology
See also
Reference
SearchServiceApplication class