AudienceCollection.CompileInProgress property

Gets a flag that indicates whether rule compilation is in progress.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
A Boolean flag that indicates whether rule compilation is in progress.

Remarks

The CompileInProgress property is read-only.

See also

Reference

AudienceCollection class

AudienceCollection members

Microsoft.Office.Server.Audience namespace