: Schedule.StartMinute (Propiedad) (Microsoft.Office.Server.Search.Administration)
Gets or sets the minute the crawl schedule starts.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property StartMinute As Integer
'Uso
Dim instance As Schedule
Dim value As Integer
value = instance.StartMinute
instance.StartMinute = value
public int StartMinute { get; set; }
Valor de propiedad
A 32-bit integer between 0 and 59 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)