AudienceCollection.CompileInProgress Property
Gets a flag that indicates whether rule compilation is in progress.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CompileInProgress As Boolean
Get
'Usage
Dim instance As AudienceCollection
Dim value As Boolean
value = instance.CompileInProgress
public bool CompileInProgress { get; }
Property Value
Type: System.Boolean
Boolean flag that indicates whether rule compilation is in progress.
Remarks
The CompileInProgress property is read-only.