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