SearchServiceApplication.TimeBeforeAbandoningQueryComponent property

Gets or sets the time interval, in milliseconds, to abandon the current query.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property TimeBeforeAbandoningQueryComponent As TimeSpan
    Get
    Set
'Usage
Dim instance As SearchServiceApplication
Dim value As TimeSpan

value = instance.TimeBeforeAbandoningQueryComponent

instance.TimeBeforeAbandoningQueryComponent = value
public TimeSpan TimeBeforeAbandoningQueryComponent { get; set; }

Property value

Type: System.TimeSpan
The time interval, in milliseconds, to abandon the current query. The default time interval is 60 milliseconds.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace