ContentSource.FullCrawlSchedule property
Gets or sets a content source's schedule of full crawls.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property FullCrawlSchedule As Schedule
Get
Set
'Usage
Dim instance As ContentSource
Dim value As Schedule
value = instance.FullCrawlSchedule
instance.FullCrawlSchedule = value
public Schedule FullCrawlSchedule { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Administration.Schedule
The full crawl schedule for the content source.