SettingsBase.IsSynchronized Propriété

Définition

Obtient une valeur indiquant si l'accès à l'objet est synchronisé (thread-safe).

public:
 property bool IsSynchronized { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSynchronized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean

Valeur de propriété

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

Attributs

S’applique à