Compartilhar via


Schedule.RepeatInterval property

Obtém ou define o número de minutos entre cada intervalo de repetição para o agendamento de rastreamento.

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

Syntax

'Declaração
Public Property RepeatInterval As Integer
    Get
    Set
'Uso
Dim instance As Schedule
Dim value As Integer

value = instance.RepeatInterval

instance.RepeatInterval = value
public int RepeatInterval { get; set; }

Property value

Type: System.Int32
Um inteiro de 32 bits que representa o número de minutos entre cada intervalo de repetição.

Ver também

Referência

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace