SPWebPartCollection.IsSynchronized property
NOTE: This API is now obsolete.
已過時。取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("Use SPLimitedWebPartManager instead.")> _
Public ReadOnly Property IsSynchronized As Boolean
Get
'用途
Dim instance As SPWebPartCollection
Dim value As Boolean
value = instance.IsSynchronized
[ObsoleteAttribute("Use SPLimitedWebPartManager instead.")]
public bool IsSynchronized { get; }
Property value
Type: System.Boolean
true如果對集合的存取同步處理 ;否則, false。