Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
A 32-bit integer that represents the number of audiences for which rules are compiled since compilation started.
Remarks
The AudienceCompiledSofar property is read-only.