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

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

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

Field Value

Return Value

true if access to the ICollection is synchronized (thread safe); otherwise, false.

See Also