共用方式為


SPAttachmentCollection.IsSynchronized property

取得布林值,指出對集合的存取是否同步處理或執行緒的安全。

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

Syntax

'宣告
Public ReadOnly Property IsSynchronized As Boolean
    Get
'用途
Dim instance As SPAttachmentCollection
Dim value As Boolean

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

Property value

Type: System.Boolean
true如果對集合的存取同步或者具備執行緒安全 ;否則, false。

Implements

ICollection.IsSynchronized

請參閱

參照

SPAttachmentCollection class

SPAttachmentCollection members

Microsoft.SharePoint namespace