: Schedule.StartHour (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the hour the crawl schedule starts.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property StartHour As Integer
'Uso
Dim instance As Schedule
Dim value As Integer
value = instance.StartHour
instance.StartHour = value
public int StartHour { get; set; }
Valor de propiedad
A 32-bit integer between 0 and 23 that specifies the start minute for the crawl schedule.
Vea también
Referencia
Schedule (Clase)
Schedule (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)