Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the days of the week 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 DaysOfWeek As DaysOfWeek
Get
Set
'Usage
Dim instance As MonthlyDayOfWeekSchedule
Dim value As DaysOfWeek
value = instance.DaysOfWeek
instance.DaysOfWeek = value
public DaysOfWeek DaysOfWeek { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.DaysOfWeek
A value from the DaysOfWeek enumeration.
See Also
Reference
MonthlyDayOfWeekSchedule Class