PropertyCollection.SyncRoot Property

NOTE: This API is now obsolete.

Obsolete.

Namespace:  Microsoft.SharePoint.Portal.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")> _
Public ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As PropertyCollection
Dim value As Object

value = instance.SyncRoot
[ObsoleteAttribute(""Microsoft.SharePoint.Portal.UserProfiles.PropertyCollection" is obsolete; use class "Microsoft.Office.Server.UserProfiles.PropertyCollection" instead")]
public Object SyncRoot { get; }

Property Value

Type: System.Object

Implements

ICollection.SyncRoot

See Also

Reference

PropertyCollection Class

PropertyCollection Members

Microsoft.SharePoint.Portal.UserProfiles Namespace