AudienceCollection Properties
Include Protected Members
Include Inherited Members
The AudienceCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
AudienceCompiledSofar | Contains the progress for Audience rule compilation as the number of audiences for which rules are compiled since compilation started. |
![]() |
AudienceRuleChangeSinceLastCompile | Gets the number of audience rules that changed since the last compilation. |
![]() |
CompileInProgress | Gets a flag that indicates whether rule compilation is in progress. |
![]() |
Count | Gets the number of audiences in the collection. |
![]() |
IsSynchronized | Gets a Boolean value indicating whether access to the AudienceCollection is synchronized (thread safe). |
![]() |
Item[Guid] | Gets the Audience object with the specified globally unique identifier (GUID) from the collection. |
![]() |
Item[Int32] | Gets the Audience object with the specified index from the collection. |
![]() |
Item[String] | Gets the Audience object with the specified name from the collection. |
![]() |
LastCompileError | Contains the last error to occur during rules compilation. |
![]() |
LastCompileFinishTime | Gets the date and time when the last rules compilation completed. |
![]() |
LastCompileStartTime | Gets the date and time when the last rules compilation started. |
![]() |
MembershipCouldBeInvalid | Gets a flag that indicates that audience membership might be out of date. |
![]() |
SyncRoot | Returns the object that can be used to synchronize access to this collection. |
Top
.gif)