Gets the object that can be used to synchronize access to the ActionCollection.

Namespace: Neodynamic.SDK
Assembly:   Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0

Syntax

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