SearchServiceInstance.MinutesBetweenCrawlSchedulingAttempts property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MinutesBetweenCrawlSchedulingAttempts As Integer
Get
Set
'Usage
Dim instance As SearchServiceInstance
Dim value As Integer
value = instance.MinutesBetweenCrawlSchedulingAttempts
instance.MinutesBetweenCrawlSchedulingAttempts = value
public int MinutesBetweenCrawlSchedulingAttempts { get; set; }
Property value
Type: System.Int32