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

Namespace:  ESRI.ArcGISExplorer.Data

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual Object SyncRoot { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property SyncRoot As Object

Field Value

Return Value

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

Implements

ICollection..::.SyncRoot

See Also