Compartilhar via


Schedule.BeginYear property

Obtém ou define o ano 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 BeginYear As Integer
    Get
    Set
'Uso
Dim instance As Schedule
Dim value As Integer

value = instance.BeginYear

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

Property value

Type: System.Int32
Um inteiro de 32 bits entre 1601 e 30827 que especifica o ano de início para a agenda de rastreamento.

Ver também

Referência

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace