QueryPartitionSettings.QueryComponents Property
Gets the collection of the query component for the Search service application.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property QueryComponents As List(Of QueryComponentSettings)
Get
'Usage
Dim instance As QueryPartitionSettings
Dim value As List(Of QueryComponentSettings)
value = instance.QueryComponents
public List<QueryComponentSettings> QueryComponents { get; }
Property Value
Type: System.Collections.Generic.List<QueryComponentSettings>
Remarks
A collection of query components.
See Also
Reference
QueryPartitionSettings Members
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace