Gets the object that can be used to synchronize access to the ElementCollection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.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; } |