AttachmentItemCollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the
ICollection.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
Property Value
Type:
ObjectReturn Value
Type:
ObjectAn object that can be used to synchronize access to the
ICollection.
Implements
ICollectionSyncRoot
See Also