SearchAnalyticsJobBase.CurrentRunTime property
Gets or sets a DateTime value, holding the start time of the current run in progress. When the run is completed, this value will replace LastRunTime.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Property CurrentRunTime As DateTime
Get
Set
'Usage
Dim value As DateTime
value = Me.CurrentRunTime
Me.CurrentRunTime = value
protected DateTime CurrentRunTime { get; set; }
Property value
Type: System.DateTime