SPWebPartConnection.ProviderConnectionPoint Property

Gets the object that serves as a connection point for a Web Part control acting as a provider for a connection.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ProviderConnectionPoint As ProviderConnectionPoint
    Get
'Usage
Dim instance As SPWebPartConnection
Dim value As ProviderConnectionPoint

value = instance.ProviderConnectionPoint
[BrowsableAttribute(false)]
public ProviderConnectionPoint ProviderConnectionPoint { get; }

Property Value

Type: System.Web.UI.WebControls.WebParts.ProviderConnectionPoint

See Also

Reference

SPWebPartConnection Class

SPWebPartConnection Members

Microsoft.SharePoint.WebPartPages Namespace