Share via


CollectionBase<T>.IsSynchronized Property

Returns 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
Returns True if the access to the collection is synchronized. Otherwise, returns False.

Implements

ICollection.IsSynchronized

See Also

Reference

CollectionBase<T> Class

CollectionBase<T> Members

Microsoft.SharePoint.Publishing Namespace

CollectionBase<T>

SyncRoot

Count

Item