DynamicType.ICollection.IsSynchronized - Propriété
Indique si la collection est synchronisée.
Espace de noms : Microsoft.BusinessData.Runtime
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Private ReadOnly Property IsSynchronized As Boolean
Implements ICollection.IsSynchronized
Get
'Utilisation
Dim instance As DynamicType
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
bool ICollection.IsSynchronized { get; }
Valeur de propriété
Type : System.Boolean
true si la collection est synchronisée ; dans le cas contraire, false.