ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Property

Definition

Gets a value that indicates whether the collection is read-only or can be modified.

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

Property Value

A Boolean value that is true if the collection is read-only and false of the collection can be modified.

Implements

Remarks

This collection is always read/write; parameters can be added, removed, and modified.

Applies to