SPBaseCollection.ICollection.SyncRoot-Eigenschaft
Ruft ein Objekt, das zum Synchronisieren des Zugriffs auf die Auflistung verwendet wird.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Usage
Dim instance As SPBaseCollection
Dim value As Object
value = CType(instance, ICollection).SyncRoot
ObjectICollection.SyncRoot { get; }
Eigenschaftswert
Typ: System.Object
Ein Objekt, das zum Synchronisieren des Zugriffs auf die Auflistung verwendet wird.