[This is preliminary documentation and is subject to change.]

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

Namespace:  OfficeClip.BusinessLayer.Sync
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public Object SyncRoot { get; }
Visual Basic (Declaration)
Public ReadOnly Property SyncRoot As Object
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}

Implements

ICollection..::.SyncRoot

See Also