Schedule.RepeatInterval Property
Gets or sets the number of minutes between each repeat interval 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 RepeatInterval As Integer
Get
Set
'Usage
Dim instance As Schedule
Dim value As Integer
value = instance.RepeatInterval
instance.RepeatInterval = value
public int RepeatInterval { get; set; }
Property Value
Type: System.Int32
A 32-bit integer representing the number of minutes between each repeat interval.