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 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.