QueryComponent.FailoverOnly Property
Gets or sets a value that indicates whether the query component is queried only when all other query components for the index partition to which this query component is assigned are not online.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FailoverOnly As Boolean
Get
Set
'Usage
Dim instance As QueryComponent
Dim value As Boolean
value = instance.FailoverOnly
instance.FailoverOnly = value
public bool FailoverOnly { get; set; }
Property Value
Type: System.Boolean
true if the query component is queried only when all other query components for the index partition are offline; otherwise, false.