Share via


Query.Timeout, propriété (Microsoft.SharePoint.Search.Query)

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

Espace de noms : Microsoft.SharePoint.Search.Query
Assembly : Microsoft.SharePoint.Search (dans microsoft.sharepoint.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.SharePoint.Search.Query, espace de noms