IsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
[Visual Basic]
NotOverridable Public ReadOnly Property IsSynchronized As Boolean _
NotOverridable Public ReadOnly Property IsSynchronized As Boolean _
    Implements ICollection.IsSynchronized
[C#]
public bool IsSynchronized {get;}
public bool IsSynchronized {get;}
Property Value
Implements
ICollection.IsSynchronized
See AlsoAttachmentItemCollection Class | CuteWebUI Namespace