MonthlyDayOfWeekSchedule.WeeksOfMonth property

Gets or sets the weeks of the month 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 WeeksOfMonth As WeeksOfMonth
    Get
    Set
'Usage
Dim instance As MonthlyDayOfWeekSchedule
Dim value As WeeksOfMonth

value = instance.WeeksOfMonth

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

Property value

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

See also

Reference

MonthlyDayOfWeekSchedule class

MonthlyDayOfWeekSchedule members

Microsoft.Office.Server.Search.Administration namespace