SPWebPartConnection.ProviderID property
Gets or sets the property value on a connection that references the ID of the Web Part control acting as a provider for that connection.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ProviderID As String
Get
Set
'Usage
Dim instance As SPWebPartConnection
Dim value As String
value = instance.ProviderID
instance.ProviderID = value
public string ProviderID { get; set; }
Property value
Type: System.String