AnalyticsJobBase.NextScheduledRun property
Gets or sets a DateTime value holding the time for the next scheduled analysis job.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected MustOverride Property NextScheduledRun As DateTime
Get
Set
'Usage
Dim value As DateTime
value = Me.NextScheduledRun
Me.NextScheduledRun = value
protected abstract DateTime NextScheduledRun { get; set; }
Property value
Type: System.DateTime