ConfigurationPropertyCollection.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l’accès à la collection est synchronisé (thread-safe).

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

Valeur de propriété

Boolean

true si l'accès à la ConfigurationPropertyCollection est synchronisé ; sinon, false.

Implémente

Exemples

L’exemple suivant montre comment obtenir la valeur de la IsSynchronized propriété.

S’applique à

Voir aussi