CookieCollection.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si l’accès à un CookieCollection thread est sécurisé.

public:
 property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

true si l’accès CookieCollection au thread est sécurisé ; sinon, false. La valeur par défaut est false.

Implémente

S’applique à