DynamicType.ICollection.IsSynchronized Property
Gets whether the collection is synchronized.
Namespace: Microsoft.BusinessData.Runtime
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Usage
Dim instance As DynamicType
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Property Value
Type: System.Boolean
true if the collection is synchronized; otherwise, false.