Scope.CompilationState Property

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.

See Also

Reference

Scope Class

Scope Members

Microsoft.Office.Server.Search.Administration Namespace