CookieCollection.IsSynchronized Proprietà

Definizione

Ottiene un valore che indica se l'accesso a un oggetto CookieCollection è thread-safe.

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

Valore della proprietà

true se l'accesso a CookieCollection è thread-safe. In caso contrario, false. Il valore predefinito è false.

Implementazioni

Si applica a