SPWebPartConnection.ProviderConnectionPointID Property
Gets or sets the property value on a connection that references the ID of the object serving as the provider connection point for that connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ProviderConnectionPointID As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ProviderConnectionPointID
instance.ProviderConnectionPointID = value
public string ProviderConnectionPointID { get; set; }
Property Value
Type: System.String