Gets a value indicating whether access to the collection is synchronized (thread safe).

Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public virtual bool IsSynchronized { get; }
Visual Basic
Public Overridable ReadOnly Property IsSynchronized As Boolean
	Get

Implements

ICollection..::..IsSynchronized

See Also