AnalyticsJobBase.GetNextRunStartTime property

Gets the time for when the next analysis job is scheduled to run.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property GetNextRunStartTime As String
    Get
'Usage
Dim instance As AnalyticsJobBase
Dim value As String

value = instance.GetNextRunStartTime
public virtual string GetNextRunStartTime { get; }

Property value

Type: System.String
String holding the date and time for the next scheduled run. Example format: "04/19/2012 00:00:00"

See also

Reference

AnalyticsJobBase class

AnalyticsJobBase members

Microsoft.Office.Server.Search.Analytics namespace