Share via


Schedule.BeginYear property

Gets or sets the year in which the crawl schedule starts.

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

Syntax

'Declaration
Public Property BeginYear As Integer
    Get
    Set
'Usage
Dim instance As Schedule
Dim value As Integer

value = instance.BeginYear

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

Property value

Type: System.Int32
A 32-bit integer between 1601 and 30827 that specifies the start year for the crawl schedule.

See also

Reference

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace