Freigeben über


SPAttachmentCollection.IsSynchronized-Eigenschaft

Ruft einen booleschen Wert, der angibt, ob der Zugriff auf die Auflistung synchronisiert oder Thread.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Usage
Dim instance As SPAttachmentCollection
Dim value As Boolean

value = instance.IsSynchronized
public bool IsSynchronized { get; }

Eigenschaftswert

Typ: System.Boolean
true , wenn der Zugriff auf die Auflistung synchronisiert ist oder threadsicheren; andernfalls false.

Implementiert

ICollection.IsSynchronized

Siehe auch

Referenz

SPAttachmentCollection Klasse

SPAttachmentCollection-Member

Microsoft.SharePoint-Namespace