DailySchedule.DaysInterval Property
Gets or sets the number of days between crawls.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property DaysInterval As Integer
Get
Set
'Usage
Dim instance As DailySchedule
Dim value As Integer
value = instance.DaysInterval
instance.DaysInterval = value
public int DaysInterval { get; set; }
Property Value
Type: System.Int32
A 32-bit integer representing the number of days.