QueryProperties.Timeout property

Gets or sets the amount of time, in milliseconds, before the query request times out.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Timeout As Integer
    Get
    Set
'Usage
Dim instance As QueryProperties
Dim value As Integer

value = instance.Timeout

instance.Timeout = value
[DataMemberAttribute]
public int Timeout { get; set; }

Property value

Type: System.Int32
A 32-bit integer representing the number of milliseconds.

See also

Reference

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace