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