Compartir a través de


: Query.Timeout (Propiedad) (Microsoft.Office.Server.Search.Query)

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

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Property Timeout As Integer
'Uso
Dim instance As Query
Dim value As Integer

value = instance.Timeout

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

Valor de propiedad

A 32-bit integer representing the number of milliseconds.

Vea también

Referencia

Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)