Scope.LastCompilationTime Property
Gets the time when the last scope compilation completed for a scope.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property LastCompilationTime As DateTime
Get
'Usage
Dim instance As Scope
Dim value As DateTime
value = instance.LastCompilationTime
public DateTime LastCompilationTime { get; }
Property Value
Type: System.DateTime
A System.DateTime object that represents the date and time when the last scope compilation completed for the current scope.