Gets an object that can be used to synchronize access to the ICollection.

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

Syntax

C#
public Object SyncRoot { get; }
Visual Basic
Public ReadOnly Property SyncRoot As Object
	Get

Field Value

Return Value

An object that can be used to synchronize access to the ICollection.

See Also