Scopes.CompilationScheduleType property

Gets or sets the type of schedule for scope compilation.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides Property CompilationScheduleType As ScopesCompilationScheduleType
    Get
    Set
'Usage
Dim instance As Scopes
Dim value As ScopesCompilationScheduleType

value = instance.CompilationScheduleType

instance.CompilationScheduleType = value
public override ScopesCompilationScheduleType CompilationScheduleType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ScopesCompilationScheduleType
A value from the ScopesCompilationScheduleType enumeration specifying the scope compilation schedule type.

See also

Reference

Scopes class

Scopes members

Microsoft.Office.Server.Search.Administration namespace