Share via


PropertyDataTypeCollection.IsSynchronized Property

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

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

Property Value

Type: System.Boolean
If access to the PropertyDataTypeCollection object is synchronized, the value is true; otherwise, false.

Implements

ICollection.IsSynchronized

See Also

Reference

PropertyDataTypeCollection Class

PropertyDataTypeCollection Members

Microsoft.Office.Server.UserProfiles Namespace