WebPartConnectionCollection.IsReadOnly Property

Definition

Gets a value indicating whether the WebPartConnectionCollection collection is read-only.

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

Property Value

true if the WebPartConnectionCollection is read-only; otherwise, false.

Remarks

A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created. For more information, see IsReadOnly.

Applies to