DynamicType.ICollection.SyncRoot Property
Synchronizes the top level (root) of the collection.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private ReadOnly Property SyncRoot As Object
Implements ICollection.SyncRoot
Get
'Usage
Dim instance As DynamicType
Dim value As Object
value = CType(instance, ICollection).SyncRoot
ObjectICollection.SyncRoot { get; }
Property Value
Type: System.Object
The root of the collection.