ScopeInfo.CompilationState Property
Gets or sets the scope compilation state, which indicates the current status of the scope compilation.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CompilationState As ScopeCompilationState
Get
Set
'Usage
Dim instance As ScopeInfo
Dim value As ScopeCompilationState
value = instance.CompilationState
instance.CompilationState = value
[DataMemberAttribute]
public ScopeCompilationState CompilationState { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.ScopeCompilationState
The scope compilation state.