Share via


PropertyCollection.SyncRoot property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As PropertyCollection
Dim value As Object

value = instance.SyncRoot
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Object SyncRoot { get; }

Property value

Type: System.Object
An object that can be used to synchronize access to this property collection.

See also

Reference

PropertyCollection class

PropertyCollection members

Microsoft.Office.Server.UserProfiles namespace