Freigeben über


GenericCollection<T>.IsSynchronized-Eigenschaft

Geta ein boolescher Wert, der angibt, ob die Auflistung synchronisiert ist.

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; }

Eigenschaftswert

Typ: System.Boolean
true , wenn der Zugriff auf die Auflistung synchronisiert ist; andernfalls false

Implementiert

ICollection.IsSynchronized

Siehe auch

Referenz

GenericCollection<T> Klasse

GenericCollection<T>-Member

Microsoft.SharePoint.Taxonomy.Generic-Namespace