SearchAnalyticsJobBase.LastRunTime property
Gets or sets a DateTime value, holding the start time of last analysis job run that was successful.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property LastRunTime As DateTime
Get
Set
'Usage
Dim value As DateTime
value = Me.LastRunTime
Me.LastRunTime = value
protected DateTime LastRunTime { get; set; }
Property value
Type: System.DateTime