PropertyCollection.SyncRoot Property
NOTE: This API is now obsolete.
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.