Partager via


PropertyCollection.SyncRoot - Propriété

Remarque : cette API est désormais obsolète.

Un objet qui peut être utilisé pour synchroniser l'accès à cette collection.

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public ReadOnly Property SyncRoot As Object
    Get
'Utilisation
Dim instance As PropertyCollection
Dim value As Object

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

Valeur de propriété

Type : System.Object
Objet qui peut être utilisé pour synchroniser l'accès à cette collection de propriétés.

Voir aussi

Référence

PropertyCollection classe

PropertyCollection - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms