MonthlyDayOfWeekSchedule.MonthsOfYear property

Gets or sets the months of the year for the crawl schedule.

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

Syntax

'Declaration
Public Property MonthsOfYear As MonthsOfYear
    Get
    Set
'Usage
Dim instance As MonthlyDayOfWeekSchedule
Dim value As MonthsOfYear

value = instance.MonthsOfYear

instance.MonthsOfYear = value
public MonthsOfYear MonthsOfYear { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.MonthsOfYear
A value from the MonthsOfYear enumeration.

See also

Reference

MonthlyDayOfWeekSchedule class

MonthlyDayOfWeekSchedule members

Microsoft.Office.Server.Search.Administration namespace