Share via


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)

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

UnknownXmlElementCollection members

Microsoft.SharePoint.WebPartPages namespace