SearchServiceApplication.GetTopology method
Gets the search topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetTopology ( _
topologyid As Guid _
) As ISearchTopology
'Usage
Dim instance As SearchServiceApplication
Dim topologyid As Guid
Dim returnValue As ISearchTopology
returnValue = instance.GetTopology(topologyid)
public ISearchTopology GetTopology(
Guid topologyid
)
Parameters
topologyid
Type: System.GuidThe identifier of the search topology.
Return value
Type: Microsoft.Office.Server.Search.Administration.Topology.ISearchTopology
See also
Reference
SearchServiceApplication class