Share via


PropertyCollection.IsSynchronized Property

Gets a value indicating whether access to the property collection is synchronized (thread safe).

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

Syntax

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

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

Property Value

Type: System.Boolean
Boolean true if the property collection is synchronized; otherwise, false.

Implements

ICollection.IsSynchronized

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.Office.Server.UserProfiles Namespace