CollectionBase<T>.IsSynchronized property

Gets whether the collection is synchronized.

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

Syntax

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

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

Property value

Type: System.Boolean
true if the access to the collection is synchronized; otherwise, false.

Implements

ICollection.IsSynchronized

See also

Reference

CollectionBase<T> class

CollectionBase<T> members

Microsoft.SharePoint.Publishing namespace

CollectionBase<T>

SyncRoot

Count

Item