PropertyDataTypeCollection.SyncRoot property
Gets an object that can be used to synchronize access to this collection.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property SyncRoot As Object
Get
'Usage
Dim instance As PropertyDataTypeCollection
Dim value As Object
value = instance.SyncRoot
public Object SyncRoot { get; }
Property value
Type: System.Object
An object that can be used to synchronize access to this collection.
Implements
See also
Reference
PropertyDataTypeCollection class