Condividi tramite


ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Proprietà

Definizione

Ottiene un valore che indica se la raccolta è di sola lettura o può essere modificata.

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

Valore della proprietà

Valore booleano che è true se l'insieme è di sola lettura e false della raccolta può essere modificato.

Implementazioni

Commenti

Questa raccolta è sempre di lettura/scrittura; è possibile aggiungere, rimuovere e modificare i parametri.

Si applica a