CookieCollection.SyncRoot Propriété

Définition

Obtient un objet pour synchroniser l’accès à CookieCollection.

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é

Un objet pour synchroniser l'accès à CookieCollection.

Implémente

Remarques

La SyncRoot propriété retourne un objet qui peut être utilisé pour synchroniser l’accès CookieCollectionau .

S’applique à

Voir aussi