AttachmentItemCollectionIsSynchronized Property |
Gets a value indicating whether access to the
ICollection is synchronized (thread safe).
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread safe); otherwise, false.
Implements
ICollectionIsSynchronized
See Also