MonthlyDateSchedule.DaysOfMonth Property
Gets or sets the days 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 DaysOfMonth As DaysOfMonth
Get
Set
'Usage
Dim instance As MonthlyDateSchedule
Dim value As DaysOfMonth
value = instance.DaysOfMonth
instance.DaysOfMonth = value
public DaysOfMonth DaysOfMonth { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.DaysOfMonth
A value from the DaysOfMonth enumeration.