AudienceCollection.AudienceCompiledSofar Property
Contains the progress for Audience rule compilation as the number of audiences for which rules are compiled since compilation started.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property AudienceCompiledSofar As Integer
Get
'Usage
Dim instance As AudienceCollection
Dim value As Integer
value = instance.AudienceCompiledSofar
public int AudienceCompiledSofar { get; }
Property Value
Type: System.Int32
Int32 that represents the number of audiences for which rules are compiled since compilation started.
Remarks
The AudienceCompiledSofar property is read-only.