Click or drag to resize
AttachmentItemCollectionSyncRoot Property
Gets an object that can be used to synchronize access to the ICollection.

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

Property Value

Type: Object

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also