Compartilhar via


Schedule.RepeatDuration property

Obtém ou define o número de vezes para repetir 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 RepeatDuration As Integer
    Get
    Set
'Uso
Dim instance As Schedule
Dim value As Integer

value = instance.RepeatDuration

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

Property value

Type: System.Int32
Um inteiro de 32 bits especifica o número de vezes para repetir o agendamento.

Ver também

Referência

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace