ScopesManager.CompilationScheduleType Property
When overridden in derived classes, gets or sets the time when the scope compilation is scheduled.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public MustOverride Property CompilationScheduleType As ScopesCompilationScheduleType
Get
Set
'Usage
Dim instance As ScopesManager
Dim value As ScopesCompilationScheduleType
value = instance.CompilationScheduleType
instance.CompilationScheduleType = value
public abstract ScopesCompilationScheduleType CompilationScheduleType { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopesCompilationScheduleType
The time when the scope compilation is scheduled.