Gets a value indicating whether access to the ElementCollection is synchronized (thread-safe).
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.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; } |