ResultTableCollection.QueryProcessingTime Property

The time it took for the search query to be processed by the Search service application.

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

Syntax

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

value = instance.QueryProcessingTime

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

Property Value

Type: System.Int32
The query processing time, in milliseconds.

See Also

Reference

ResultTableCollection Class

ResultTableCollection Members

Microsoft.Office.Server.Search.Query Namespace