SPLimitedWebPartManager.SPWebPartConnections property

Gets a collection SPWebPartConnection.

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

Syntax

'Declaration
Public ReadOnly Property SPWebPartConnections As SPWebPartConnectionCollection
    Get
'Usage
Dim instance As SPLimitedWebPartManager
Dim value As SPWebPartConnectionCollection

value = instance.SPWebPartConnections
public SPWebPartConnectionCollection SPWebPartConnections { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartConnectionCollection

Remarks

SPWebPartConnection captures Web Part connection information, like provider, consumer, provider connection point, consumer connection point, and transformer information.

See also

Reference

SPLimitedWebPartManager class

SPLimitedWebPartManager members

Microsoft.SharePoint.WebPartPages namespace