ConfigurationPropertyCollection.IsSynchronized Propriedade
Definição
Obtém um valor que indica se o acesso à coleção é sincronizado (thread-safe).Gets a value indicating 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
O valor será true se o acesso à ConfigurationPropertyCollection for sincronizado; caso contrário, o valor será false.true if access to the ConfigurationPropertyCollection is synchronized; otherwise, false.
Implementações
Exemplos
O exemplo a seguir mostra como obter o IsSynchronized valor da propriedade.The following example shows how to get the IsSynchronized property value.