SPWebPartConnection.ConsumerConnectionPointID Property
Gets or sets the ID of the object serving as the consumer 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 ConsumerConnectionPointID As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ConsumerConnectionPointID
instance.ConsumerConnectionPointID = value
public string ConsumerConnectionPointID { get; set; }
Property Value
Type: System.String
A string containing the name of the connection point on the consuming Web Part.