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)
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