Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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