UnknownXmlElementCollection.IsSynchronized Property
Gets a value indicating whether access to the collection is synchronized.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property IsSynchronized As Boolean
Get
'Usage
Dim instance As UnknownXmlElementCollection
Dim value As Boolean
value = instance.IsSynchronized
public bool IsSynchronized { get; }
Property Value
Type: System.Boolean
true if access to the collection is synchronized (thread safe); otherwise, false.
Remarks
The IsSynchronized property is always false by default.
See Also
Reference
UnknownXmlElementCollection Class