GenericCollection<T>.IsSynchronized property

Geta a Boolean value that indicates whether the collection is synchronized.

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Public ReadOnly Property IsSynchronized As Boolean
    Get
'Usage
Dim instance As GenericCollection
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

GenericCollection<T> class

GenericCollection<T> members

Microsoft.SharePoint.Taxonomy.Generic namespace