Scopes.AverageCompilationDuration Property
Gets a value approximating the average duration of the previous five scope compilations.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property AverageCompilationDuration As TimeSpan
Get
'Usage
Dim instance As Scopes
Dim value As TimeSpan
value = instance.AverageCompilationDuration
public TimeSpan AverageCompilationDuration { get; }
Property Value
Type: System.TimeSpan
A System.TimeSpan object that approximates the average duration, in seconds.