ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Propiedad

Definición

Obtiene un valor que indica si la colección es de solo lectura o si se puede modificar.

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

Valor de propiedad

Un valor booleano que es true si la colección es de solo lectura y false si la colección se puede modificar.

Implementaciones

Comentarios

Esta colección siempre es de lectura y escritura; los parámetros se pueden agregar, quitar y modificar.

Se aplica a