PropertyCollection.SyncRoot Property
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public ReadOnly Property SyncRoot As Object
Get
'Usage
Dim instance As PropertyCollection
Dim value As Object
value = instance.SyncRoot
public Object SyncRoot { get; }
Property Value
Type: System.Object
Object that can be used to synchronize access to this property collection.