Scopes.CompilationPercentComplete Property
Gets a value indicating the scopes compilation progress.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property CompilationPercentComplete As Integer
Get
'Usage
Dim instance As Scopes
Dim value As Integer
value = instance.CompilationPercentComplete
public int CompilationPercentComplete { get; }
Property Value
Type: System.Int32
A 32-bit integer between 0 and 100 that represents the percent complete progress for the compilation of scopes.
Remarks
If no scopes compilation is occurring, this value will be 100.