Scope.CompilationState property

Applies to: Microsoft SharePoint Server 2010 search
Gets the current compilation state for a search scope.

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

Syntax

'Declaration
Public ReadOnly Property CompilationState As ScopeCompilationState
    Get
'Usage
Dim instance As Scope
Dim value As ScopeCompilationState

value = instance.CompilationState
public ScopeCompilationState CompilationState { get; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ScopeCompilationState
A value from the ScopeCompilationState enumeration indicating the scope's compilation state.

Remarks

For FAST Search Server 2010 for SharePoint, you do not need to compile the search scopes.

See also

Reference

Scope class

Scope members

Microsoft.Office.Server.Search.Administration namespace