SPBaseCollection.ICollection.IsSynchronized-Eigenschaft
Ruft einen booleschen Wert, der angibt, ob der Zugriff auf die Auflistung synchronisiert oder threadsicheren ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Usage
Dim instance As SPBaseCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Eigenschaftswert
Typ: System.Boolean
true Wenn Zugriff auf die Auflistung synchronisiert ist; andernfalls false.