EventLogEntryCollection.ICollection.IsSynchronized Propriété

Définition

Obtient une valeur qui indique si l’accès à EventLogEntryCollection est synchronisé (thread-safe).

property bool System::Collections::ICollection::IsSynchronized { bool get(); };
bool System.Collections.ICollection.IsSynchronized { get; }
member this.System.Collections.ICollection.IsSynchronized : bool
 ReadOnly Property IsSynchronized As Boolean Implements ICollection.IsSynchronized

Valeur de propriété

false si l'accès à la collection n'est pas synchronisé (thread-safe).

Implémente

Remarques

Pour la EventLogEntryCollection classe , la ICollection.IsSynchronized méthode retourne falsetoujours .

S’applique à