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