Share via


ChangeConflictCollection.ICollection<ObjectChangeConflict>.IsReadOnly Propriété

Définition

Pour obtenir une description de ce membre, consultez IsReadOnly.

property bool System::Collections::Generic::ICollection<System::Data::Linq::ObjectChangeConflict>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Data.Linq.ObjectChangeConflict>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of ObjectChangeConflict).IsReadOnly

Valeur de propriété

true si la collection est en lecture seule.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ChangeConflictCollection est castée en interface ICollection<T>.

S’applique à