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
See also
Reference
PropertyDataTypeCollection class