SPWebPartConnectionCollection.Remove Method
Removes a connection from the collection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub Remove ( _
value As SPWebPartConnection _
)
'Usage
Dim instance As SPWebPartConnectionCollection
Dim value As SPWebPartConnection
instance.Remove(value)
public void Remove(
SPWebPartConnection value
)
Parameters
value
Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionThe SPWebPartConnection object that is to be removed from the collection.
See Also
Reference
SPWebPartConnectionCollection Class