Share via


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)

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

See also

Reference

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace