QueryTopology.QueryComponents Property
Gets a collection of query components that are associated with this query topology.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property QueryComponents As QueryComponentCollection
Get
'Usage
Dim instance As QueryTopology
Dim value As QueryComponentCollection
value = instance.QueryComponents
public QueryComponentCollection QueryComponents { get; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.QueryComponentCollection
A collection of query components that are associated with this query topology.