SearchServiceApplication.MaxQueryTimeout property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaxQueryTimeout As Integer
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Integer
value = instance.MaxQueryTimeout
instance.MaxQueryTimeout = value
public int MaxQueryTimeout { get; set; }
Property value
Type: System.Int32
See also
Reference
SearchServiceApplication class