SPWebPartConnectionCollection.Remove method

Removes a connection from the collection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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

See also

Reference

SPWebPartConnectionCollection class

SPWebPartConnectionCollection members

Microsoft.SharePoint.WebPartPages namespace