Share via


AudienceSiteCollection.IsSynchronized property

Gets a value indicating whether access to the AudienceSiteCollection object 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 AudienceSiteCollection
Dim value As Boolean

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

Property value

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

Implements

ICollection.IsSynchronized

See also

Reference

AudienceSiteCollection class

AudienceSiteCollection members

Microsoft.Office.Server.Audience namespace