Partage via


ProfileInfoCollection.SyncRoot Propriété

Définition

Obtient la racine de synchronisation.

public:
 property System::Object ^ SyncRoot { System::Object ^ get(); };
public object SyncRoot { get; }
member this.SyncRoot : obj
Public ReadOnly Property SyncRoot As Object

Valeur de propriété

Toujours this (Me en Visual Basic), car la synchronisation des objets ProfileInfoCollection n'est pas prise en charge.

Implémente

Remarques

Normalement, le code d’application n’utilise pas cette propriété.

S’applique à

Voir aussi