AudienceCollection.MembershipCouldBeInvalid Property
Gets a flag that indicates that audience membership may be out of date.
Namespace: Microsoft.Office.Server.Audience
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property MembershipCouldBeInvalid As Boolean
Get
'Usage
Dim instance As AudienceCollection
Dim value As Boolean
value = instance.MembershipCouldBeInvalid
public bool MembershipCouldBeInvalid { get; }
Property Value
Type: System.Boolean
true indicates that audience membership information may be out of date; otherwise, false.
Remarks
The MembershipCouldBeInvalid property is read-only. This property returns true if the date when audience content was last updated is greater than the date when audience rules were last compiled.