ObjectParameterCollection.ICollection<ObjectParameter>.IsReadOnly Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.