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)
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