AudienceCollection.IsSynchronized property

Gets a Boolean value indicating whether access to the AudienceCollection is synchronized (thread safe).

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Usage
Dim instance As AudienceCollection
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }

Property value

Type: System.Boolean
true if the collection is synchronized (thread safe); otherwise, false.

Implements

ICollection.IsSynchronized

See also

Reference

AudienceCollection class

AudienceCollection members

Microsoft.Office.Server.Audience namespace