Click or drag to resize
AttachmentItemCollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also