IndexPartition.UnresponsiveQueryComponents Property
Gets all of the QueryComponent objects whose states are Offline.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property UnresponsiveQueryComponents As IEnumerable(Of QueryComponent)
Get
'Usage
Dim instance As IndexPartition
Dim value As IEnumerable(Of QueryComponent)
value = instance.UnresponsiveQueryComponents
public IEnumerable<QueryComponent> UnresponsiveQueryComponents { get; }
Property Value
Type: System.Collections.Generic.IEnumerable<QueryComponent>
The collection of all of the unresponsive QueryComponent objects.