QueryComponentSettings.FailoverOnly Property
Gets or sets a Boolean value indicating whether the query component should only be used in the case of a failover.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FailoverOnly As Boolean
Get
Set
'Usage
Dim instance As QueryComponentSettings
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 Search service application have failed; otherwise, false.
See Also
Reference
QueryComponentSettings Members
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace