次の方法で共有


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.

See also

Reference

MonthlyDateSchedule class

MonthlyDateSchedule members

Microsoft.Office.Server.Search.Administration namespace