Schedule.StartHour property
Obtém ou define a hora em que o agendamento de rastreamento é iniciado.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property StartHour As Integer
Get
Set
'Uso
Dim instance As Schedule
Dim value As Integer
value = instance.StartHour
instance.StartHour = value
public int StartHour { get; set; }
Property value
Type: System.Int32
Um inteiro de 32 bits entre 0 e 23 que especifica o minuto de início para a agenda de rastreamento.