IsSynchronized Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| AttachmentItemCollection..::..IsSynchronized Property |
| AttachmentItemCollection Class See Also Send Feedback |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public bool IsSynchronized { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSynchronized As Boolean Get |