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