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