Partager via


QueryInfo.SearchTime - Propriété

Obtient ou définit la date et l'heure lorsque la requête Search a été exécutée.

Espace de noms :  Microsoft.Office.Server.Search.Query
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SearchTime As DateTime
    Get
    Set
'Utilisation
Dim instance As QueryInfo
Dim value As DateTime

value = instance.SearchTime

instance.SearchTime = value
[DataMemberAttribute]
public DateTime SearchTime { get; set; }

Valeur de propriété

Type : System.DateTime
La date et l'heure lorsque la requête Search a été exécutée.

Voir aussi

Référence

QueryInfo classe

QueryInfo - Membres

Microsoft.Office.Server.Search.Query - Espace de noms