SettingsPropertyValueCollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso à coleção é sincronizado (thread-safe).Gets a value that indicates whether access to the collection is synchronized (thread safe).
public:
property bool IsSynchronized { bool get(); };
public bool IsSynchronized { get; }
member this.IsSynchronized : bool
Public ReadOnly Property IsSynchronized As Boolean
Valor da propriedade
true Se o acesso à SettingsPropertyValueCollection coleção for sincronizado; caso contrário, false .true if access to the SettingsPropertyValueCollection collection is synchronized; otherwise, false.