Query.Timeout, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets the amount of time, in milliseconds, before the query request times out.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property Timeout As Integer
'Utilisation
Dim instance As Query
Dim value As Integer
value = instance.Timeout
instance.Timeout = value
public int Timeout { get; set; }
Valeur de la propriété
A 32-bit integer representing the number of milliseconds.
Voir aussi
Référence
Query, classe
Membres Query
Microsoft.Office.Server.Search.Query, espace de noms