SharePointContentSource.EnableContinuousCrawls property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property EnableContinuousCrawls As Boolean
Get
Set
'Usage
Dim instance As SharePointContentSource
Dim value As Boolean
value = instance.EnableContinuousCrawls
instance.EnableContinuousCrawls = value
public bool EnableContinuousCrawls { get; set; }
Property value
Type: System.Boolean