SettingsBase.IsSynchronized Property

Definition

Gets a value indicating whether access to the object is synchronized (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

Property Value

true if access to the SettingsBase is synchronized; otherwise, false.

Attributes

Applies to