EntitySet<TEntity>.ICollection<TEntity>.IsReadOnly Propiedad

Definición

Para obtener una descripción de este miembro, vea IsReadOnly.

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

Valor de propiedad

true si la colección es de solo lectura; de lo contrario, false.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de EntitySet<TEntity> se convierte en una interfaz ICollection<T>.

Se aplica a