다음을 통해 공유


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.UserProfiles (in Microsoft.Office.Server.UserProfiles.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
true if access to the PropertyDataTypeCollection object is synchronized (thread safe); otherwise, false.

Implements

ICollection.IsSynchronized

See Also

Reference

PropertyDataTypeCollection Class

PropertyDataTypeCollection Members

Microsoft.Office.Server.UserProfiles Namespace