SPWebPartConnectionCollection.IsReadOnly Property
Gets a value that indicates whether the collection is read-only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IsReadOnly As Boolean
Get
Friend Set
'Usage
Dim instance As SPWebPartConnectionCollection
Dim value As Boolean
value = instance.IsReadOnly
public bool IsReadOnly { get; internal set; }
Property Value
Type: System.Boolean
Remarks
The collection is set to read-only after connections have been activated.
See Also
Reference
SPWebPartConnectionCollection Class