EventLogEntryCollection.ICollection.IsSynchronized Property

Definition

Gets a value that indicates whether access to the EventLogEntryCollection is synchronized (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

Property Value

false if access to the collection is not synchronized (thread-safe).

Implements

Remarks

For the EventLogEntryCollection class, the ICollection.IsSynchronized method always returns false.

Applies to