DataConnectionProperties.ICollection.IsSynchronized Propriété

Définition

Récupère une valeur qui indique si l’accès à la collection de propriétés de connexion est synchronisé (thread-safe).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Valeur de propriété

Boolean

Retourne la valeur true si l’accès à la collection de propriétés de connexion est synchronisé (thread-safe).

Implémente

S’applique à