Share via


AttachmentCollection.SyncRoot Property

3/29/2010

Gets the object that can be used to synchronize access to the collection when IsSynchronized is true. Since this is not a synchronized collection, it will return null.

Namespace: Microsoft.WindowsMobile.PocketOutlook
Assembly: Microsoft.WindowsMobile.PocketOutlook (in microsoft.windowsmobile.pocketoutlook.dll)

Syntax

public Object SyncRoot { get; }
'Declaration
Public ReadOnly Property SyncRoot As Object

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

AttachmentCollection Class
AttachmentCollection Members
Microsoft.WindowsMobile.PocketOutlook Namespace