ServiceModelExtensionCollectionElement<TServiceModelExtensionElement>::ICollection<TServiceModelExtensionElement>::IsReadOnly Property
Gets a value that indicates whether this ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> is read-only.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
private: property bool IsReadOnly { virtual bool get() sealed = ICollection<TServiceModelExtensionElement>::IsReadOnly::get; }
Property Value
Type: System::Booleantrue if the ServiceModelExtensionCollectionElement<TServiceModelExtensionElement> is read-only; otherwise, false.
Implements
ICollection<T>::IsReadOnlyA collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.
.NET Framework
Available since 3.0
Available since 3.0
Show: