Scopes.LastCompilationTime Property

Gets the time when the last scope compilation completed.

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 Scopes
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.

See Also

Reference

Scopes Class

Scopes Members

Microsoft.Office.Server.Search.Administration Namespace