AudienceCollection.MembershipCouldBeInvalid property

Gets a flag that indicates that audience membership might be out of date.

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.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 if the audience membership information might 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.

See also

Reference

AudienceCollection class

AudienceCollection members

Microsoft.Office.Server.Audience namespace