Gets a value indicating whether access to the ElementCollection is synchronized (thread-safe).
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public bool IsSynchronized { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsSynchronized As Boolean |
Visual C++ |
---|
public: virtual property bool IsSynchronized { bool get () sealed; } |