: Schedule.NextRunTime (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets the next time a crawl is scheduled to run.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public ReadOnly Property NextRunTime As DateTime
'Uso
Dim instance As Schedule
Dim value As DateTime
value = instance.NextRunTime
public DateTime NextRunTime { get; }
Valor de propiedad
A System.DateTime value that represents the next time the crawl is schedule to run.
Vea también
Referencia
Schedule (Clase)
Schedule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)