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