Partilhar via


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