ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Özellik

Tanım

Koleksiyonun salt okunur olduğunu veya değiştirilebileceğini gösteren bir değer alır.

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

Özellik Değeri

Koleksiyonun true salt okunur olması ve false koleksiyonun değiştirilebilir olması durumunda boole değeri.

Uygulamalar

Açıklamalar

Bu koleksiyon her zaman okuma/yazmadır; parametreleri eklenebilir, kaldırılabilir ve değiştirilebilir.

Şunlara uygulanır