ResultTableCollection.ElapsedTime Property
Gets or sets the total duration of the query, combining the time spent executing the query on the database server with the time spent in the Office SharePoint Server 2007 object model.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property ElapsedTime As Integer
Get
Set
'Usage
Dim instance As ResultTableCollection
Dim value As Integer
value = instance.ElapsedTime
instance.ElapsedTime = value
public int ElapsedTime { get; set; }
Property Value
Type: System.Int32
A 32-bit integer indicating how long the query ran, in milliseconds.